| | |
| | | }
|
| | |
|
| | | .sidebar-container {
|
| | | -webkit-transition: width .28s;
|
| | | transition: width 0.28s;
|
| | | width: $sideBarWidth !important;
|
| | | background-color: $menuBg;
|
| | |
| | | left: 0;
|
| | | z-index: 1001;
|
| | | overflow: hidden;
|
| | | -webkit-box-shadow: 2px 0 6px rgba(0,21,41,.35);
|
| | | box-shadow: 2px 0 6px rgba(0,21,41,.35);
|
| | |
|
| | | // reset element-ui css
|
| | | .horizontal-collapse-transition {
|
| | |
| | | .submenu-title-noDropdown,
|
| | | .el-submenu__title {
|
| | | &:hover {
|
| | | background-color: $menuHover !important;
|
| | | background-color: rgba(0, 0, 0, 0.06) !important;
|
| | | }
|
| | | }
|
| | |
|
| | | .is-active>.el-submenu__title {
|
| | | & .theme-dark .is-active > .el-submenu__title {
|
| | | color: $subMenuActiveText !important;
|
| | | }
|
| | |
|
| | | & .nest-menu .el-submenu>.el-submenu__title,
|
| | | & .el-submenu .el-menu-item {
|
| | | min-width: $sideBarWidth !important;
|
| | | background-color: $subMenuBg !important;
|
| | |
|
| | | &:hover {
|
| | | background-color: $subMenuHover !important;
|
| | | background-color: rgba(0, 0, 0, 0.06) !important;
|
| | | }
|
| | | }
|
| | | }
|
| | |
| | | .el-menu-item {
|
| | | &:hover {
|
| | | // you can use $subMenuHover
|
| | | background-color: $menuHover !important;
|
| | | background-color: rgba(0, 0, 0, 0.06) !important;
|
| | | }
|
| | | }
|
| | |
|