| | |
| | | #app { |
| | | .main-container { |
| | | min-height: 100%; |
| | | height: 100%; |
| | | transition: margin-left 0.28s; |
| | | margin-left: $base-sidebar-width; |
| | | position: relative; |
| | |
| | | background-color: $base-menu-background; |
| | | height: 100%; |
| | | position: fixed; |
| | | font-size: 0px; |
| | | font-size: 0; |
| | | top: 0; |
| | | bottom: 0; |
| | | left: 0; |
| | |
| | | } |
| | | |
| | | .el-scrollbar__bar.is-vertical { |
| | | right: 0px; |
| | | right: 0; |
| | | } |
| | | |
| | | .el-scrollbar { |
| | |
| | | .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; |
| | | } |
| | | } |
| | | |
| | |
| | | .el-menu-item { |
| | | &:hover { |
| | | // you can use $sub-menuHover |
| | | background-color: rgba(0, 0, 0, 0.06) !important; |
| | | background-color: $base-menu-hover !important; |
| | | } |
| | | } |
| | | |