|
@ -4,8 +4,8 @@ |
|
|
box-sizing: border-box; |
|
|
box-sizing: border-box; |
|
|
} |
|
|
} |
|
|
body { |
|
|
body { |
|
|
font-family: "Helvetica Neue", Helvetica, "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "微软雅黑", Arial, |
|
|
font-family: 'Helvetica Neue', Helvetica, 'PingFang SC', 'Hiragino Sans GB', |
|
|
sans-serif; |
|
|
'Microsoft YaHei', '微软雅黑', Arial, sans-serif; |
|
|
font-size: $--font-size-base; |
|
|
font-size: $--font-size-base; |
|
|
line-height: $base--line-height; |
|
|
line-height: $base--line-height; |
|
|
color: $--color-text-primary; |
|
|
color: $--color-text-primary; |
|
@ -35,7 +35,7 @@ img { |
|
|
} |
|
|
} |
|
|
.clearfix:before, |
|
|
.clearfix:before, |
|
|
.clearfix:after { |
|
|
.clearfix:after { |
|
|
content: " "; |
|
|
content: ' '; |
|
|
display: table; |
|
|
display: table; |
|
|
} |
|
|
} |
|
|
.clearfix:after { |
|
|
.clearfix:after { |
|
@ -144,8 +144,8 @@ img { |
|
|
background-color: transparent; |
|
|
background-color: transparent; |
|
|
} |
|
|
} |
|
|
&-add { |
|
|
&-add { |
|
|
> span > *[class*="el-icon-"], |
|
|
> span > *[class*='el-icon-'], |
|
|
> span > *[class*="icon"] { |
|
|
> span > *[class*='icon'] { |
|
|
vertical-align: middle; |
|
|
vertical-align: middle; |
|
|
font-size: 18px; |
|
|
font-size: 18px; |
|
|
margin-right: 5px; |
|
|
margin-right: 5px; |
|
@ -383,7 +383,7 @@ img { |
|
|
|
|
|
|
|
|
&::after { |
|
|
&::after { |
|
|
position: absolute; |
|
|
position: absolute; |
|
|
content: ""; |
|
|
content: ''; |
|
|
right: 0; |
|
|
right: 0; |
|
|
top: 0; |
|
|
top: 0; |
|
|
bottom: 0; |
|
|
bottom: 0; |
|
@ -448,8 +448,8 @@ img { |
|
|
} |
|
|
} |
|
|
} |
|
|
} |
|
|
&__search { |
|
|
&__search { |
|
|
> *[class*="el-icon-"], |
|
|
> *[class*='el-icon-'], |
|
|
> *[class*="icon"] { |
|
|
> *[class*='icon'] { |
|
|
display: inline-block; |
|
|
display: inline-block; |
|
|
vertical-align: middle; |
|
|
vertical-align: middle; |
|
|
} |
|
|
} |
|
@ -572,7 +572,9 @@ img { |
|
|
min-height: calc(#{$content--fill-height} - 2px); |
|
|
min-height: calc(#{$content--fill-height} - 2px); |
|
|
} |
|
|
} |
|
|
> .aui-card--fill > .el-card__header + .el-card__body { |
|
|
> .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 { |
|
|
&--tabs { |
|
|
padding: $content--tabs-header-height 0 0; |
|
|
padding: $content--tabs-header-height 0 0; |
|
@ -644,7 +646,7 @@ img { |
|
|
position: absolute; |
|
|
position: absolute; |
|
|
bottom: 0; |
|
|
bottom: 0; |
|
|
left: 0; |
|
|
left: 0; |
|
|
content: ""; |
|
|
content: ''; |
|
|
width: 100%; |
|
|
width: 100%; |
|
|
height: 2px; |
|
|
height: 2px; |
|
|
background-color: $--color-primary; |
|
|
background-color: $--color-primary; |
|
@ -677,10 +679,15 @@ img { |
|
|
min-height: calc(#{$content--fill-height-tabs} - 2px); |
|
|
min-height: calc(#{$content--fill-height-tabs} - 2px); |
|
|
} |
|
|
} |
|
|
> .aui-card--fill > .el-card__header + .el-card__body { |
|
|
> .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 { |
|
|
&.is-iframe { |
|
|
height: calc(#{$content--fill-height-tabs} + #{$content--padding * 2}); |
|
|
height: calc( |
|
|
|
|
|
#{$content--fill-height-tabs} + #{$content--padding * 2} |
|
|
|
|
|
); |
|
|
margin: -$content--padding; |
|
|
margin: -$content--padding; |
|
|
min-height: auto; |
|
|
min-height: auto; |
|
|
> .aui-card--fill { |
|
|
> .aui-card--fill { |
|
@ -699,7 +706,10 @@ img { |
|
|
background-color: #fff; |
|
|
background-color: #fff; |
|
|
} |
|
|
} |
|
|
> .aui-card--fill > .el-card__header + .el-card__body { |
|
|
> .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 |
|
|
|
|
|
); |
|
|
} |
|
|
} |
|
|
} |
|
|
} |
|
|
} |
|
|
} |
|
@ -729,7 +739,7 @@ img { |
|
|
|
|
|
|
|
|
/* Page |
|
|
/* Page |
|
|
------------------------------ */ |
|
|
------------------------------ */ |
|
|
*[class*="aui-page__"] { |
|
|
*[class*='aui-page__'] { |
|
|
padding-top: 0; |
|
|
padding-top: 0; |
|
|
.aui-content { |
|
|
.aui-content { |
|
|
min-height: auto; |
|
|
min-height: auto; |
|
@ -741,7 +751,71 @@ img { |
|
|
min-height: calc(100vh - #{$content--padding * 2} - 2px); |
|
|
min-height: calc(100vh - #{$content--padding * 2} - 2px); |
|
|
} |
|
|
} |
|
|
> .aui-card--fill > .el-card__header + .el-card__body { |
|
|
> .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 |
|
|
|
|
|
); |
|
|
} |
|
|
} |
|
|
} |
|
|
} |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
.el-button--green { |
|
|
|
|
|
color: #fff; |
|
|
|
|
|
background-color: #22c1c3; |
|
|
|
|
|
border-color: #22c1c3; |
|
|
|
|
|
} |
|
|
|
|
|
.el-button--green:hover { |
|
|
|
|
|
color: #fff; |
|
|
|
|
|
background-color: #05b1b4; |
|
|
|
|
|
border-color: #05b1b4; |
|
|
|
|
|
} |
|
|
|
|
|
.el-button--green:focus { |
|
|
|
|
|
color: #fff; |
|
|
|
|
|
background-color: #22c1c3; |
|
|
|
|
|
border-color: #22c1c3; |
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
.el-button--yellow:hover { |
|
|
|
|
|
color: #fff; |
|
|
|
|
|
background-color: #fa9200; |
|
|
|
|
|
border-color: #fa9200; |
|
|
|
|
|
} |
|
|
|
|
|
.el-button--yellow:focus { |
|
|
|
|
|
color: #fff; |
|
|
|
|
|
background-color: #feb349; |
|
|
|
|
|
border-color: #feb349; |
|
|
|
|
|
} |
|
|
|
|
|
.el-button--yellow { |
|
|
|
|
|
color: #fff; |
|
|
|
|
|
background-color: #feb349; |
|
|
|
|
|
border-color: #feb349; |
|
|
|
|
|
} |
|
|
|
|
|
.el-button--blue:focus { |
|
|
|
|
|
color: #fff; |
|
|
|
|
|
background-color: #2195fe; |
|
|
|
|
|
border-color: #2195fe; |
|
|
|
|
|
} |
|
|
|
|
|
.el-button--blue:hover { |
|
|
|
|
|
color: #fff; |
|
|
|
|
|
background-color: #0083fd; |
|
|
|
|
|
border-color: #0083fd; |
|
|
|
|
|
} |
|
|
|
|
|
.el-button--blue { |
|
|
|
|
|
color: #fff; |
|
|
|
|
|
background-color: #2195fe; |
|
|
|
|
|
border-color: #2195fe; |
|
|
|
|
|
} |
|
|
|
|
|
.el-button--red:focus { |
|
|
|
|
|
color: #fff; |
|
|
|
|
|
background-color: #fe6252; |
|
|
|
|
|
border-color: #fe6252; |
|
|
|
|
|
} |
|
|
|
|
|
.el-button--red:hover { |
|
|
|
|
|
color: #fff; |
|
|
|
|
|
background-color: #fd341e; |
|
|
|
|
|
border-color: #fd341e; |
|
|
|
|
|
} |
|
|
|
|
|
.el-button--red { |
|
|
|
|
|
color: #fff; |
|
|
|
|
|
background-color: #fe6252; |
|
|
|
|
|
border-color: #fe6252; |
|
|
|
|
|
} |
|
|