|
@@ -689,9 +689,9 @@ body {
|
|
|
background-color: rgba(142, 202, 230, 0.2);
|
|
|
}
|
|
|
//选中菜单样式
|
|
|
-.ant-menu-submenu-selected {
|
|
|
- background-color: rgba(142, 202, 230, 0.5);
|
|
|
-}
|
|
|
+// .ant-menu-submenu-selected {
|
|
|
+// background-color: rgba(142, 202, 230, 0.5);
|
|
|
+// }
|
|
|
|
|
|
.ant-menu-root>.ant-menu-item span {
|
|
|
color: @font-color;
|
|
@@ -722,12 +722,12 @@ li.ant-menu-item>a>span{
|
|
|
color: white;
|
|
|
}
|
|
|
.ant-menu:not(.ant-menu-horizontal) .ant-menu-item-selected{
|
|
|
- background: rgb(77,50,127) !important;
|
|
|
+ background:none !important;
|
|
|
}
|
|
|
-.ant-menu-submenu-selected{
|
|
|
- background: none ;
|
|
|
+// .ant-menu-submenu-selected{
|
|
|
+// background: none ;
|
|
|
|
|
|
-}
|
|
|
+// }
|
|
|
.ant-menu-submenu-title>span>i>svg{
|
|
|
color: white;
|
|
|
|