我的布控。四色预警
This commit is contained in:
@ -90,20 +90,20 @@ $test: rgba(0, 128, 0, 0.603);
|
||||
.form-item-box {
|
||||
position: relative;
|
||||
.el-input {
|
||||
background-color: #001238;
|
||||
background-color: #fff;
|
||||
.el-input__inner {
|
||||
background-color: #001238;
|
||||
background-color: #fff;
|
||||
}
|
||||
.el-input__count .el-input__count-inner {
|
||||
background-color: #001238;
|
||||
background-color: #fff;
|
||||
}
|
||||
}
|
||||
.el-cascader__tags {
|
||||
.el-tag {
|
||||
background: #001238;
|
||||
background: #fff;
|
||||
}
|
||||
.el-cascader__search-input {
|
||||
background: #001238;
|
||||
background: #fff;
|
||||
}
|
||||
.el-cascader__search-input {
|
||||
margin: 2px 0 2px 13px !important;
|
||||
@ -131,11 +131,11 @@ $test: rgba(0, 128, 0, 0.603);
|
||||
.el-input {
|
||||
border: #57d040;
|
||||
.el-input__inner {
|
||||
background-color: #001238;
|
||||
background-color: #fff;
|
||||
// border: 1px solid #57d040;
|
||||
}
|
||||
.el-input__count .el-input__count-inner {
|
||||
background-color: #001238;
|
||||
background-color: #fff;
|
||||
}
|
||||
}
|
||||
.el-cascader__tags {
|
||||
|
Reference in New Issue
Block a user