|
@@ -295,24 +295,30 @@
|
|
|
// }
|
|
|
}
|
|
|
|
|
|
-.el-input--mini .el-input__inner {
|
|
|
- color: #fff !important;
|
|
|
-}
|
|
|
+.el-form {
|
|
|
+ .el-input--mini .el-input__inner {
|
|
|
+ color: #fff !important;
|
|
|
+ }
|
|
|
|
|
|
-.el-input__inner {
|
|
|
- color: #fff;
|
|
|
- background: #041c3273 !important;
|
|
|
- border: 1px dashed #0F7AC8;
|
|
|
-}
|
|
|
+ .el-input__inner {
|
|
|
+ color: #fff;
|
|
|
+ background: #041c3273 !important;
|
|
|
+ border: 1px dashed #0F7AC8;
|
|
|
+ }
|
|
|
|
|
|
-.el-input__inner:hover {
|
|
|
- // color: #fff;
|
|
|
- // background: #041C32 !important;
|
|
|
- // border: 1px dashed #409eff;
|
|
|
-}
|
|
|
+ .el-input__inner:hover {
|
|
|
+ // color: #fff;
|
|
|
+ // background: #041C32 !important;
|
|
|
+ // border: 1px dashed #409eff;
|
|
|
+ }
|
|
|
+
|
|
|
+ .el-input__inner::placeholder {
|
|
|
+ // color: #fff;
|
|
|
+ }
|
|
|
|
|
|
-.el-input__inner::placeholder {
|
|
|
- // color: #fff;
|
|
|
+ .el-cascader--mini {
|
|
|
+ width: 100% !important;
|
|
|
+ }
|
|
|
}
|
|
|
|
|
|
.el-collapse-item__header {
|
|
@@ -355,9 +361,7 @@
|
|
|
/* 鼠标悬浮和点击时的背景色 */
|
|
|
}
|
|
|
|
|
|
-.el-cascader--mini {
|
|
|
- width: 100% !important;
|
|
|
-}
|
|
|
+
|
|
|
|
|
|
.el-radio__inner {
|
|
|
background-color: #b6e1ff3b;
|