From cd954775bc05a3019de4c9c6e7fb123e82116c09 Mon Sep 17 00:00:00 2001 From: wang-liang0615 Date: Mon, 4 Sep 2023 16:33:35 +0800 Subject: [PATCH] sub menu color --- cmdb-ui/src/style/global.less | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmdb-ui/src/style/global.less b/cmdb-ui/src/style/global.less index 4c7c399..9d3685d 100644 --- a/cmdb-ui/src/style/global.less +++ b/cmdb-ui/src/style/global.less @@ -552,7 +552,7 @@ body { background-repeat: no-repeat !important; background-size: cover; .ant-menu-inline.ant-menu-sub { - background-color: inherit; + background-color: #001a4c; } .ant-menu-submenu-content .ant-menu-item, .ant-menu-item {