Ver código fonte

修改输入框边框颜色

zhangxc 6 anos atrás
pai
commit
bfab2e1126

+ 8 - 7
src/components/icss/AddChemicalAndCommonMapping.vue

@@ -325,7 +325,7 @@ export default {
         margin: 0 auto;
     }
     .leftBox, .rightBox {
-        border: 1px solid #dcdfe6;
+        border: 1px solid #a9a9a9;
         padding: 20px 20px;
     }
     .itemLabel {
@@ -352,15 +352,16 @@ export default {
         display: inline-block;
         height: 32px;
         line-height: 32px;
-        border: 1px solid #dcdfe6;
-        margin: 9px 0 0 0;
+        border: 1px solid #a9a9a9;
+        margin: 8px 0 0 0;
     }
     
     .searchName {
         text-align: center;
         border-left: none;
         cursor: pointer;
-        padding: 0 14px;
+        padding: 0 12px;
+        font-size: 16px;
     }
     .itemList {
         position: absolute;
@@ -368,7 +369,7 @@ export default {
         background: #fff;
         width: 162px;
         max-height: 150px;
-        border: 1px solid #dcdfe6;
+        border: 1px solid #a9a9a9;
         left: 150px;
         top: 42px;
         z-index: 2;
@@ -406,14 +407,14 @@ export default {
         width: 80px;
         height: 30px;
         line-height: 30px;  
-        border: 1px solid #dcdfe6;
+        border: 1px solid #a9a9a9;
         text-align: center;
         right: 100px;
     }
 }
 .confirmRealation {
     .cancelButton{
-        border: 1px solid #dcdfe6;
+        border: 1px solid #a9a9a9;
         span {
             color: #606266;
         }

+ 3 - 3
src/components/icss/AddChronicAndIndexRelation.vue

@@ -257,7 +257,7 @@
             display: inline-block;
             height: 32px;
             line-height: 32px;
-            border: 1px solid #dcdfe6;
+            border: 1px solid #a9a9a9;
             margin: 0px 0 0 0;
             padding: 0 5px;
             float: left;
@@ -279,7 +279,7 @@
             background: #fff;
             width: 162px;
             max-height: 150px;
-            border: 1px solid #dcdfe6;
+            border: 1px solid #a9a9a9;
             left: 110px;
             top: 35px;
             z-index: 2;
@@ -323,7 +323,7 @@
             tr {
                 td {
                     height: 40px;
-                    border-bottom: 1px solid #dcdfe6;
+                    border-bottom: 1px solid #a9a9a9;
                     text-align: center;
                 }
             }

+ 6 - 4
src/components/icss/AddDisAndScaleRelation.vue

@@ -327,9 +327,10 @@
             display: inline-block;
             height: 32px;
             line-height: 32px;
-            border: 1px solid #dcdfe6;
+            border: 1px solid #a9a9a9;
             margin: 0px 0 0 0;
             padding: 0 5px;
+            float: left;
         }
         .isRequired .el-form-item__label::before {
             content: '*';
@@ -338,7 +339,8 @@
         .searchName {
             border-left: none;
             cursor: pointer;
-            padding: 0 14px;
+            padding: 0 12px;
+            font-size: 16px;
         }
         .itemList {
             position: absolute;
@@ -346,7 +348,7 @@
             background: #fff;
             width: 162px;
             max-height: 150px;
-            border: 1px solid #dcdfe6;
+            border: 1px solid #a9a9a9;
             left: 110px;
             top: 35px;
             z-index: 2;
@@ -366,7 +368,7 @@
             background-color: #fff;
             padding: 20px;
             margin: 70px 20px 0px 20px;
-            border-bottom: 1px solid #dcdfe6;
+            border-bottom: 1px solid #a9a9a9;
         }
         .symptomList {
             background-color: #fff;