Parcourir la source

侧边栏icon颜色更改

jbb il y a 2 ans
Parent
commit
6538f5ba23
1 fichiers modifiés avec 4 ajouts et 0 suppressions
  1. 4 0
      src/components/page/GlobalLayout.vue

+ 4 - 0
src/components/page/GlobalLayout.vue

@@ -727,5 +727,9 @@ li.ant-menu-item>a>span{
 .ant-menu-submenu-selected{
   background: none ;
 
+}
+.ant-menu-submenu-title>span>i>svg{
+  color: white;
+  
 }
 </style>