#app {
|
|
.main-container {
|
min-height: 100%;
|
transition: margin-left .28s;
|
margin-left: $sideBarWidth;
|
position: relative;
|
}
|
|
.sidebar-container {
|
transition: width 0.28s;
|
width: $sideBarWidth !important;
|
background-color: $menuBg;
|
height: 100%;
|
position: fixed;
|
font-size: 0px;
|
top: 0;
|
bottom: 0;
|
left: 0;
|
z-index: 1001;
|
overflow: hidden;
|
|
// 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% - 50px);
|
}
|
}
|
|
.is-horizontal {
|
display: none;
|
}
|
|
a {
|
display: inline-block;
|
width: 100%;
|
overflow: hidden;
|
}
|
|
.svg-icon {
|
margin-right: 16px;
|
}
|
|
.sub-el-icon {
|
margin-right: 12px;
|
margin-left: -2px;
|
}
|
|
.el-menu {
|
border: none;
|
height: 100%;
|
width: 100% !important;
|
}
|
|
// menu hover
|
|
.el-submenu__title,.el-tooltip{
|
border-radius: 8px;
|
overflow: hidden;
|
&:hover {
|
background-color: $menuHover !important;
|
color: $menuActiveText !important;
|
}
|
}
|
.submenu-title-noDropdown{
|
&:hover {
|
background-color:transparent !important;
|
// background-color: $menuBg !important;
|
// border-radius: 8px;
|
// overflow: hidden;
|
color: $menuActiveText !important;
|
|
}
|
}
|
.el-submenu.is-active{
|
.popMenu{
|
background-color: #fff !important;
|
}
|
.el-submenu__title{
|
background-color: #ffffff !important;
|
color: $menuActiveText !important;
|
&:has(.is-active){
|
background-color: #ffffff !important;
|
color: $menuActiveText !important;
|
}
|
}
|
|
}
|
|
|
|
& .nest-menu .el-submenu>.el-submenu__title,
|
& .el-submenu .el-menu-item {
|
background-color: $subMenuBg !important;
|
|
&:hover {
|
|
background-color: $subMenuHover !important;
|
}
|
}
|
|
// .is-active.el-submenu{
|
// color: $subMenuActiveText !important;
|
|
// }
|
.is-active.el-menu-item {
|
// color: $subMenuActiveText !important;
|
// border-right: 3px solid $menuActiveText;
|
// background-color: $menuHover !important;
|
// background: #fff !important;
|
.el-tooltip{
|
color: $subMenuActiveText !important;
|
// border-right: 3px solid $menuActiveText;
|
background-color: $menuHover !important;
|
border-radius: 8px;
|
}
|
|
}
|
}
|
|
.hideSidebar {
|
.sidebar-container {
|
// width: 54px !important;//原来的样式
|
width: 100px !important;//修改后的样式
|
}
|
|
.main-container {
|
// margin-left: 54px;//原来的样式
|
margin-left: 100px;//修改后的样式
|
}
|
|
.submenu-title-noDropdown {
|
padding: 0 !important;
|
position: relative;
|
|
.el-tooltip{
|
width: 80px !important;
|
line-height: normal;
|
height: 80px !important;
|
padding: 0 !important;
|
display: flex !important;
|
flex-direction: column;
|
align-items: center;
|
line-height: normal;
|
justify-content: center;
|
position: static !important;
|
|
}
|
.el-tooltip {
|
padding: 0 !important;
|
|
.svg-icon {
|
margin-left: 20px;
|
}
|
|
.sub-el-icon {
|
font-size: 30px;
|
margin: 0px;
|
}
|
}
|
}
|
|
.el-submenu {
|
overflow: hidden;
|
|
&>.el-submenu__title{
|
// width: auto;
|
// height: auto;
|
width: 80px;
|
line-height: normal;
|
height: 80px !important;
|
padding: 0 !important;
|
display: flex;
|
flex-direction: column;
|
align-items: center;
|
justify-content: center;
|
|
.svg-icon {
|
margin-left: 20px;
|
}
|
|
.sub-el-icon {
|
// margin-left: 19px;
|
font-size: 30px;
|
margin: 0px;
|
|
}
|
|
.el-submenu__icon-arrow {
|
display: none;
|
}
|
}
|
&>.el-menu--vertical.popMenu{
|
.el-menu{
|
width: 60px;
|
height: 60px !important;
|
line-height: normal !important;
|
// >a{
|
// width: 100%;
|
// height: 60px !important;
|
// }
|
}
|
.nest-menu{
|
width: 60px;
|
height: 60px !important;
|
line-height: normal !important;
|
background-color: #fff !important;
|
// margin: 0 auto;
|
// >a {
|
// height: 100%;
|
// }
|
.el-menu-item{
|
padding: 0px !important;
|
width: 60px;
|
height: 30px !important;
|
line-height: normal !important;
|
margin: 0 auto;
|
}
|
}
|
|
}
|
}
|
|
.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;
|
}
|
}
|
}
|
|
// when menu collapsed
|
.el-menu--vertical {
|
&>.el-menu {
|
background-color: $subMenuBg !important;
|
.svg-icon {
|
margin-right: 16px;
|
}
|
.sub-el-icon {
|
margin-right: 12px;
|
margin-left: -2px;
|
}
|
}
|
.nest-menu .el-submenu>.el-submenu__title,
|
.el-menu-item {
|
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;
|
.svg-icon{
|
margin-right: 0px;
|
display: none;
|
}
|
span{
|
text-align: center;
|
}
|
&:hover {
|
// you can use $subMenuHover
|
background-color: $subMenuHover !important;
|
color: $subMenuBg !important;
|
// background-color: red !important;
|
}
|
}
|
|
// the scroll bar appears when the subMenu is too long
|
>.el-menu--popup {
|
max-height: 100vh;
|
overflow-y: auto;
|
background-color: #fff;
|
width: 150px !important;
|
padding: 0 !important;
|
&::-webkit-scrollbar-track-piece {
|
background: #d3dce6;
|
}
|
|
&::-webkit-scrollbar {
|
width: 6px;
|
}
|
|
&::-webkit-scrollbar-thumb {
|
background: #99a9bf;
|
border-radius: 20px;
|
}
|
}
|
}
|