123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379 |
- #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;
- // }
- // }
- // }
|