|
|
@ -505,6 +505,7 @@ img { |
|
|
|
z-index: 1; |
|
|
|
width: $sidebar--width; |
|
|
|
height: 100%; |
|
|
|
padding-top: 58px; |
|
|
|
padding-bottom: 15px; |
|
|
|
overflow-x: hidden; |
|
|
|
overflow-y: auto; |
|
|
@ -529,7 +530,7 @@ img { |
|
|
|
.el-submenu__title { |
|
|
|
height: $sidebar--menu-item-height; |
|
|
|
line-height: $sidebar--menu-item-height; |
|
|
|
color: #333; |
|
|
|
color: rgba(0, 0, 0, 0.65); |
|
|
|
} |
|
|
|
} |
|
|
|
&__menu-icon { |
|
|
@ -570,7 +571,7 @@ img { |
|
|
|
position: fixed; |
|
|
|
top: $navbar--height; |
|
|
|
right: 0; |
|
|
|
z-index: 931; |
|
|
|
z-index: 1051; |
|
|
|
min-width: $content--tabs-header-height; |
|
|
|
height: $content--tabs-header-height; |
|
|
|
padding: 0 12px; |
|
|
@ -589,9 +590,10 @@ img { |
|
|
|
> .el-tabs__header { |
|
|
|
position: fixed; |
|
|
|
top: $navbar--height; |
|
|
|
left: $sidebar--width + $sidebar--width-fold; |
|
|
|
left: $sidebar--width-fold; |
|
|
|
// left: $sidebar--width + $sidebar--width-fold; |
|
|
|
right: 0; |
|
|
|
z-index: 930; |
|
|
|
z-index: 1050; |
|
|
|
padding: 0 55px 0 15px; |
|
|
|
margin: 0; |
|
|
|
box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05); |
|
|
@ -656,7 +658,7 @@ img { |
|
|
|
} |
|
|
|
} |
|
|
|
.el-tabs__nav.is-top { |
|
|
|
padding: 3px; |
|
|
|
padding: 4px; |
|
|
|
.el-tabs__item { |
|
|
|
margin-left: 3px !important; |
|
|
|
height: 32px !important; |
|
|
|