ソースを参照

侧边栏样式

jbb 2 年 前
コミット
ea043adf97
1 ファイル変更7 行追加7 行削除
  1. 7 7
      src/components/page/GlobalLayout.vue

+ 7 - 7
src/components/page/GlobalLayout.vue

@@ -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;