Browse Source

修改边框颜色

zhangxc 5 years ago
parent
commit
1c54eb3176

+ 7 - 0
src/components/recordInput/AddRecordItem.vue

@@ -344,6 +344,10 @@
             }
             /deep/.el-input{
               width: 200px;
+              .el-input__inner{
+                    border: 1px solid #333;
+                    color: #000;
+              }
             }
             .procent{
                 /deep/.el-input{
@@ -354,6 +358,9 @@
               margin: 20px 0 0 0;
 
             }
+            /deep/.el-checkbox__inner{
+                  border: 1px solid #333;
+            }
             /deep/.el-table{
               min-width: 0;
             }

+ 11 - 0
src/components/recordInput/ManageItemBatch.vue

@@ -419,11 +419,22 @@
         .oper{
             text-align: right;
         }
+        /deep/.el-input{
+              .el-input__inner{
+                    border: 1px solid #333;
+                    color: #000;
+              }
+            }
+        /deep/.el-checkbox__inner{
+                  border: 1px solid #333;
+            }
         /deep/.tipsMsg{
             .el-input__inner{
                 width:200px;
                 height: 30px;
                 display: inline-block;
+                border: 1px solid #333;
+                color: #000;
             }
         }
       }