Merge pull request #167 from veops/dev_ui

sub menu color
This commit is contained in:
wang-liang0615 2023-09-04 16:34:26 +08:00 committed by GitHub
commit a39fd08e0d
1 changed files with 1 additions and 1 deletions

View File

@ -552,7 +552,7 @@ body {
background-repeat: no-repeat !important; background-repeat: no-repeat !important;
background-size: cover; background-size: cover;
.ant-menu-inline.ant-menu-sub { .ant-menu-inline.ant-menu-sub {
background-color: inherit; background-color: #001a4c;
} }
.ant-menu-submenu-content .ant-menu-item, .ant-menu-submenu-content .ant-menu-item,
.ant-menu-item { .ant-menu-item {