#body, #body.adenGreen { .sidebar-container { background-color: $menuBg; // menu hover .submenu-title-noDropdown, .el-submenu__title { &:hover { background-color: $menuHover !important; color: $menuActiveText2 !important; &::after{ background-color: $menuActiveText2; } } } .is-active>.el-submenu__title { color: $subMenuActiveText !important; } & .nest-menu .el-submenu>.el-submenu__title, & .el-submenu .el-menu-item { background-color: $subMenuBg!important; &:hover { background-color: $subMenuHover!important; color: $menuActiveText2 !important; &::after{ background-color: $menuActiveText2; } } } & .el-menu-item { &:hover { background-color: $subMenuHover!important; color: $menuActiveText2 !important; &::after{ background-color: $menuActiveText2; } } } } .el-submenu .el-menu-item.is-active { background-color: $subMenuActiveBg!important; &::after{ background-color: $menuActiveText2; } } .el-menu-item.is-active { background-color: $menuHover !important; color: $menuActiveText2 !important; &::after { background-color: $menuActiveAfter; } } .el-submenu .el-menu-item.is-active { color: $menuActiveText2 !important; } .el-menu-item.is-active { // font-weight: bold; position: relative; &::after { position: absolute; top: 0; right: 0; content: " "; width: 6px; display: block; height: 100%; } } .main-container { min-height: 100%; transition: margin-left .28s; margin-left: $sideBarWidth; position: relative; } .sidebar-container { transition: width 0.28s; width: $sideBarWidth !important; height: 100%; position: fixed; font-size: 0px; top: 0; bottom: 0; left: 0; z-index: 1001; overflow: hidden; .el-menu-item { &:hover { color: #fff; } } // reset element-ui css .horizontal-collapse-transition { transition: 0s width ease-in-out, 0s padding-left ease-in-out, 0s padding-right ease-in-out; } .scrollbar-wrapper { overflow-x: hidden !important; } .el-scrollbar__bar.is-vertical { right: 0px; } .el-scrollbar { height: 100%; } &.has-logo { .el-scrollbar { height: calc(100% - 90px); border-right: 1px solid #EDEDED; } } .is-horizontal { display: none; } a { display: inline-block; width: 100%; overflow: hidden; } .svg-icon, .iconfont { margin-right: 12px; &.noIcon { margin-right: 20px; } } .el-menu { border: none; height: 100%; width: 100% !important; } // menu hover .submenu-title-noDropdown, .el-submenu__title { display: flex; flex-direction: row; align-items: center; &:hover { position: relative; &::after{ position: absolute; top: 0; right: 0; content: ' '; width: 6px; display: block; height: 100%; } } } .is-active>.el-submenu__title { i{color: #909399;} } & .nest-menu .el-submenu>.el-submenu__title, & .el-submenu .el-menu-item { min-width: $sideBarWidth !important; &:hover { position: relative; &::after{ position: absolute; top: 0; right: 0; content: ' '; width: 6px; display: block; height: 100%; } } } & .el-menu-item { &:hover { position: relative; &::after{ position: absolute; top: 0; right: 0; content: ' '; width: 6px; display: block; height: 100%; } } } } .el-submenu .el-menu-item.is-active { position: relative; &::after{ position: absolute; top: 0; right: 0; content: ' '; width: 6px; display: block; height: 100%; } } .hideSidebar { .sidebar-container { width: $sideBarWidth !important; } .main-container { margin-left:$sideBarWidth!important; } .submenu-title-noDropdown { padding: 0 !important; position: relative; .el-tooltip { padding: 0 !important; .svg-icon { margin-left: 20px; } } } .el-submenu { overflow: hidden; &>.el-submenu__title { padding: 0 !important; .svg-icon { margin-left: 20px; } .el-submenu__icon-arrow { color: #fff; display: none; } } } .el-menu--collapse { .el-submenu { &>.el-submenu__title { &>span { height: 0; width: 0; overflow: hidden; visibility: hidden; display: inline-block; } } } } } .el-menu--collapse .el-menu .el-submenu { min-width: $sideBarWidth !important; } // mobile responsive .mobile { .main-container { margin-left: 0px; } .sidebar-container { transition: transform .28s; width: $sideBarWidth !important; } &.hideSidebar { .sidebar-container { pointer-events: none; transition-duration: 0.3s; transform: translate3d(-$sideBarWidth, 0, 0); } } } .withoutAnimation { .main-container, .sidebar-container { transition: none; } } .el-menu-item.is-active { // font-weight: bold; position: relative; &::after { position: absolute; top: 0; right: 0; content: " "; width: 6px; display: block; height: 100%; } } .navbar { background: $menuPrimary; .left-menu { color: #fff; } } .indexlayout-top-menu-li { &:hover, &.active { color: $menuActiveText !important; background-color: $menuActiveBg !important; } } } // when menu collapsed // .el-menu--vertical { // &>.el-menu { // .svg-icon { // margin-right: 16px; // } // } // // .nest-menu .el-submenu>.el-submenu__title, // .el-menu-item { // &:hover { // // you can use $subMenuHover // background-color: $menuHover !important; // color: var(--color-primary) !important; // position: relative; // &::after{ // position: absolute; // top: 0; // right: 0; // content: ' '; // width: 6px; // background-color: $menuActiveText2; // display: block; // height: 100%; // } // } // .is-active { // background-color:$subMenuActiveBg !important; // } // } // // the scroll bar appears when the subMenu is too long // >.el-menu--popup { // max-height: 100vh; // overflow-y: auto; // &::-webkit-scrollbar-track-piece { // background: #d3dce6; // } // &::-webkit-scrollbar { // width: 6px; // } // &::-webkit-scrollbar-thumb { // background: #99a9bf; // border-radius: 20px; // } // } // }