|
|
@ -4,8 +4,8 @@ |
|
|
|
box-sizing: border-box; |
|
|
|
} |
|
|
|
body { |
|
|
|
font-family: 'Helvetica Neue', Helvetica, 'PingFang SC', 'Hiragino Sans GB', |
|
|
|
'Microsoft YaHei', '微软雅黑', Arial, sans-serif; |
|
|
|
font-family: "Helvetica Neue", Helvetica, "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "微软雅黑", Arial, |
|
|
|
sans-serif; |
|
|
|
font-size: $--font-size-base; |
|
|
|
line-height: $base--line-height; |
|
|
|
color: $--color-text-primary; |
|
|
@ -35,7 +35,7 @@ img { |
|
|
|
} |
|
|
|
.clearfix:before, |
|
|
|
.clearfix:after { |
|
|
|
content: ' '; |
|
|
|
content: " "; |
|
|
|
display: table; |
|
|
|
} |
|
|
|
.clearfix:after { |
|
|
@ -144,8 +144,8 @@ img { |
|
|
|
background-color: transparent; |
|
|
|
} |
|
|
|
&-add { |
|
|
|
> span > *[class*='el-icon-'], |
|
|
|
> span > *[class*='icon'] { |
|
|
|
> span > *[class*="el-icon-"], |
|
|
|
> span > *[class*="icon"] { |
|
|
|
vertical-align: middle; |
|
|
|
font-size: 18px; |
|
|
|
margin-right: 5px; |
|
|
@ -249,6 +249,20 @@ img { |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
.aui-sidebar--noside { |
|
|
|
.aui-sidebar { |
|
|
|
display: none !important; |
|
|
|
} |
|
|
|
.aui-content { |
|
|
|
&__wrapper { |
|
|
|
margin-left: 0 !important; |
|
|
|
} |
|
|
|
&--tabs > .el-tabs > .el-tabs__header { |
|
|
|
left: 0 !important; |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
/* Navbar |
|
|
|
------------------------------ */ |
|
|
|
.aui-navbar { |
|
|
@ -357,6 +371,29 @@ img { |
|
|
|
a:hover { |
|
|
|
text-decoration: none; |
|
|
|
} |
|
|
|
&.z-div { |
|
|
|
.el-menu-item { |
|
|
|
position: relative; |
|
|
|
|
|
|
|
&:last-child { |
|
|
|
&::after { |
|
|
|
display: none; |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
&::after { |
|
|
|
position: absolute; |
|
|
|
content: ""; |
|
|
|
right: 0; |
|
|
|
top: 0; |
|
|
|
bottom: 0; |
|
|
|
margin: auto 0; |
|
|
|
width: 1px; |
|
|
|
height: 18px; |
|
|
|
background-color: rgba(#ffffff, 0.6); |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
.el-menu-item, |
|
|
|
.el-submenu > .el-submenu__title { |
|
|
|
height: $navbar--height; |
|
|
@ -411,8 +448,8 @@ img { |
|
|
|
} |
|
|
|
} |
|
|
|
&__search { |
|
|
|
> *[class*='el-icon-'], |
|
|
|
> *[class*='icon'] { |
|
|
|
> *[class*="el-icon-"], |
|
|
|
> *[class*="icon"] { |
|
|
|
display: inline-block; |
|
|
|
vertical-align: middle; |
|
|
|
} |
|
|
@ -535,9 +572,7 @@ img { |
|
|
|
min-height: calc(#{$content--fill-height} - 2px); |
|
|
|
} |
|
|
|
> .aui-card--fill > .el-card__header + .el-card__body { |
|
|
|
min-height: calc( |
|
|
|
#{$content--fill-height} - #{$content--card-header-height} - 2px |
|
|
|
); |
|
|
|
min-height: calc(#{$content--fill-height} - #{$content--card-header-height} - 2px); |
|
|
|
} |
|
|
|
&--tabs { |
|
|
|
padding: $content--tabs-header-height 0 0; |
|
|
@ -609,7 +644,7 @@ img { |
|
|
|
position: absolute; |
|
|
|
bottom: 0; |
|
|
|
left: 0; |
|
|
|
content: ''; |
|
|
|
content: ""; |
|
|
|
width: 100%; |
|
|
|
height: 2px; |
|
|
|
background-color: $--color-primary; |
|
|
@ -642,15 +677,10 @@ img { |
|
|
|
min-height: calc(#{$content--fill-height-tabs} - 2px); |
|
|
|
} |
|
|
|
> .aui-card--fill > .el-card__header + .el-card__body { |
|
|
|
min-height: calc( |
|
|
|
#{$content--fill-height-tabs} - #{$content--card-header-height} - |
|
|
|
2px |
|
|
|
); |
|
|
|
min-height: calc(#{$content--fill-height-tabs} - #{$content--card-header-height} - 2px); |
|
|
|
} |
|
|
|
&.is-iframe { |
|
|
|
height: calc( |
|
|
|
#{$content--fill-height-tabs} + #{$content--padding * 2} |
|
|
|
); |
|
|
|
height: calc(#{$content--fill-height-tabs} + #{$content--padding * 2}); |
|
|
|
margin: -$content--padding; |
|
|
|
min-height: auto; |
|
|
|
> .aui-card--fill { |
|
|
@ -669,10 +699,7 @@ img { |
|
|
|
background-color: #fff; |
|
|
|
} |
|
|
|
> .aui-card--fill > .el-card__header + .el-card__body { |
|
|
|
height: calc( |
|
|
|
#{$content--fill-height-tabs} - #{$content--card-header-height} - |
|
|
|
2px |
|
|
|
); |
|
|
|
height: calc(#{$content--fill-height-tabs} - #{$content--card-header-height} - 2px); |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
@ -702,7 +729,7 @@ img { |
|
|
|
|
|
|
|
/* Page |
|
|
|
------------------------------ */ |
|
|
|
*[class*='aui-page__'] { |
|
|
|
*[class*="aui-page__"] { |
|
|
|
padding-top: 0; |
|
|
|
.aui-content { |
|
|
|
min-height: auto; |
|
|
@ -714,9 +741,7 @@ img { |
|
|
|
min-height: calc(100vh - #{$content--padding * 2} - 2px); |
|
|
|
} |
|
|
|
> .aui-card--fill > .el-card__header + .el-card__body { |
|
|
|
min-height: calc( |
|
|
|
100vh - #{$content--padding * 2} - #{$content--card-header-height} - 2px |
|
|
|
); |
|
|
|
min-height: calc(100vh - #{$content--padding * 2} - #{$content--card-header-height} - 2px); |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|