左侧菜单优化

This commit is contained in:
禺狨
2023-03-09 16:57:47 +08:00
parent 3a6fd54b2b
commit cafc416a77
3 changed files with 15 additions and 10 deletions

View File

@@ -155,10 +155,7 @@ code {
background-color: #ffffff !important;
}
.ant-menu-item-selected {
background-color: #ff4d4f !important;
color: white !important;
}
.ant-menu-submenu-active > .ant-menu-submenu-title {
background-color: rgba(#ff4d4f, 0.1) !important;
@@ -168,6 +165,11 @@ code {
background-color: rgba(#ff4d4f, 0.1) !important;
}
.ant-menu-item-selected {
background-color: #ff4d4f !important;
color: white !important;
}
.ant-menu-submenu-selected > .ant-menu-submenu-title {
color: #ff4d4f !important;
}