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