Browse Source

修改工具条样式影响

maxiaoxiao 1 năm trước cách đây
mục cha
commit
92fc4198fa
1 tập tin đã thay đổi với 22 bổ sung18 xóa
  1. 22 18
      src/views/complianceAnalysis/ghzc.scss

+ 22 - 18
src/views/complianceAnalysis/ghzc.scss

@@ -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;