style: 样式调整
This commit is contained in:
parent
a1218cf1d0
commit
9357b80dfe
@ -396,6 +396,9 @@ ul.el-dropdown-menu {
|
||||
border-color: #47cbfb;
|
||||
background: transparent;
|
||||
}
|
||||
&__inner::after {
|
||||
@include background_color(buttonActiveBackgroundColor);
|
||||
}
|
||||
}
|
||||
|
||||
.el-radio-group {
|
||||
@ -572,9 +575,9 @@ div.el-switch {
|
||||
|
||||
//卡片
|
||||
.el-card {
|
||||
background-color: transparent;
|
||||
color: #fff;
|
||||
border-color: $shadow-split-line;
|
||||
@include background_color(componentBackgroundColor);
|
||||
@include font_color(componentFontColor);
|
||||
@include border_color(colorPrimary);
|
||||
.el-card__header {
|
||||
border-color: $shadow-split-line;
|
||||
}
|
||||
@ -662,22 +665,30 @@ div.el-transfer-panel {
|
||||
}
|
||||
//时间下拉框
|
||||
div.el-picker-panel {
|
||||
background: linear-gradient(to bottom, #04152a, #0c1e53);
|
||||
@include background_color(buttonBackgroundColor);
|
||||
border-color: $input-border-color;
|
||||
color: #fff;
|
||||
@include font_color(buttonFontColor);
|
||||
.el-date-table td.start-date span,
|
||||
.el-date-table td.end-date span {
|
||||
color: #0d246f;
|
||||
background: linear-gradient(to bottom, #fff, #97d6ff);
|
||||
}
|
||||
.el-date-table td.in-range div {
|
||||
background-color: #0a3d74;
|
||||
@include background_color(buttonActiveBackgroundColor);
|
||||
@include font_color(buttonActiveFontColor);
|
||||
}
|
||||
.el-date-table th {
|
||||
color: #fff;
|
||||
@include font_color(componentFontColor);
|
||||
border-color: $input-border-color;
|
||||
}
|
||||
}
|
||||
.el-date-editor .el-range-input {
|
||||
@include font_color(textComponentFontColor);
|
||||
}
|
||||
|
||||
.el-range-input::placeholder {
|
||||
@include font_color(textComponentFontColor);
|
||||
}
|
||||
|
||||
/* //关于解决输入框背景颜色 */
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user