chenjun 1 year ago
parent
commit
3f6fae73ba
1 changed files with 2 additions and 2 deletions
  1. 2 2
      src/styles/sidebar.scss

+ 2 - 2
src/styles/sidebar.scss

@@ -77,7 +77,7 @@
         background: #074FB8 !important;
       }
       .el-menu-item{
-        background-color: #074FB8 !important;
+        background-color: #074FB8;
       }
     }
 
@@ -102,7 +102,7 @@
     & .nest-menu .el-submenu > .el-submenu__title,
     & .el-submenu .el-menu-item {
       min-width: $sideBarWidth !important;
-      background-color: $subMenuBg !important;
+      background-color: $subMenuBg;
       &:hover {
         background-color: $subMenuHover !important;
       }