兰宝车间质量管理系统-前端
LiuHao
2023-05-06 bf4a8543ca9f4e9ef6d13f78385f5c0f30255dc0
src/assets/styles/sidebar.scss
@@ -1,6 +1,6 @@
#app {
  .main-container {
    min-height: 100%;
    height: 100%;
    transition: margin-left 0.28s;
    margin-left: $base-sidebar-width;
    position: relative;
@@ -17,7 +17,7 @@
    background-color: $base-menu-background;
    height: 100%;
    position: fixed;
    font-size: 0px;
    font-size: 0;
    top: 0;
    bottom: 0;
    left: 0;
@@ -36,7 +36,7 @@
    }
    .el-scrollbar__bar.is-vertical {
      right: 0px;
      right: 0;
    }
    .el-scrollbar {
@@ -84,7 +84,7 @@
    .sub-menu-title-noDropdown,
    .el-sub-menu__title {
      &:hover {
        background-color: rgba(0, 0, 0, 0.06) !important;
        background-color: $base-sub-menu-title-hover !important;
      }
    }
@@ -211,7 +211,7 @@
  .el-menu-item {
    &:hover {
      // you can use $sub-menuHover
      background-color: rgba(0, 0, 0, 0.06) !important;
      background-color: $base-menu-hover !important;
    }
  }