李林
2023-08-22 ea4e6ecc901cb22337712d51ee5a4fb208bf64ad
src/styles/sidebar.scss
@@ -107,7 +107,6 @@
    & .nest-menu .el-submenu>.el-submenu__title,
    & .el-submenu .el-menu-item {
      min-width: $sideBarWidth !important;
      background-color: $subMenuBg !important;
      &:hover {
@@ -301,12 +300,11 @@
  }
  .nest-menu .el-submenu>.el-submenu__title,
  .el-menu-item {
    width: 100px;
    height: 30px !important;
    min-width: 100px !important;
    line-height: 30px;
    text-align: left !important;
    height: 40px !important;
    line-height: 40px;
      padding-left: 20px !important;
    font-size: 10px;
      width: 100% !important;
    justify-content: start !important;
    background-color: $subMenuBg !important;
    color: $subMenuHover !important;
@@ -330,6 +328,8 @@
    max-height: 100vh;
    overflow-y: auto;
    background-color: #fff;
      width: 150px !important;
      padding: 0 !important;
    &::-webkit-scrollbar-track-piece {
      background: #d3dce6;
    }