chenjun 1 年之前
父节点
当前提交
3f6fae73ba
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2 2
      src/styles/sidebar.scss

+ 2 - 2
src/styles/sidebar.scss

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