瀏覽代碼

修改样式(4114)

zhangxc 5 年之前
父節點
當前提交
10f96c3f73

+ 6 - 5
src/components/qualityControl/AddCombineFeild.vue

@@ -45,7 +45,7 @@
                                 <ul v-if="searchIndex == index &&  item.searchResult.length > 0" class="searchResultBox">
                                     <li class="searchItem" 
                                         v-for="searchItem in item.searchResult" 
-                                        :title="searchItem.name"
+                                        :title="searchItem.tagName"
                                         @click="selectSearchFiled(searchItem,index)"
                                     >
                                         {{searchItem.tagName}}
@@ -350,12 +350,12 @@
       position: relative;
     }
     .searchBox{
-      width: 200px;
+      width: 500px;
       position: relative;
     }
     .searchResultBox{
     position: absolute;
-    width: 200px;
+    width: 500px;
     box-sizing: border-box;
     max-height: 200px;
     overflow-y: auto;
@@ -425,7 +425,8 @@
     margin-right: 4px;
     float: left;
    line-height: 36px;
-   font-size: 16px;
-   font-weight: bold;
+   font-size: 14px;
+   position: relative;
+   top: 2px;
 }
 </style>

+ 3 - 3
src/components/qualityControl/AddQualityControlTemp.vue

@@ -440,7 +440,7 @@ export default {
 /deep/.el-input__inner {
     height: 30px;
     line-height: 30px;
-    width: 200px;
+    // width: 200px;
 }
 /deep/.widthLarge .el-input__inner {
     width: 350px;
@@ -486,12 +486,12 @@ export default {
 }
 
 .searchBox{
-    width: 200px;
+    width: 500px;
     position: relative;
 }
 .searchResultBox{
     position: absolute;
-    width: 200px;
+    width: 500px;
     box-sizing: border-box;
     max-height: 200px;
     overflow-y: auto;

+ 6 - 0
src/components/qualityControl/FieldMatch.vue

@@ -327,6 +327,12 @@
             display: inline-block;
         }
     }
+    /deep/.el-input{
+              .el-input__inner{
+                    height: 30px;
+                    line-height: 30px;
+              }
+            }
     .el-form-item{
         width: 600px;
     }

+ 4 - 4
src/components/recordInput/AddRecord.vue

@@ -261,10 +261,10 @@
             width: 100%;
           }
         }
-        .el-form-item__label{
-           font-weight: bold;
-           font-size: 16px;
-        }
+        // .el-form-item__label{
+        //    font-weight: bold;
+        //    font-size: 16px;
+        // }
         .title{
           font-size: 16px;
           color: #606266;

+ 5 - 3
src/components/recordInput/AddRecordItem.vue

@@ -444,6 +444,8 @@
               .el-input__inner{
                     border: 1px solid #333;
                     color: #000;
+                    height: 30px;
+                    line-height: 30px;
               }
             }
             .procent{
@@ -455,9 +457,9 @@
               margin: 20px 0 0 0;
 
             }
-            /deep/.el-checkbox__inner{
-                  border: 1px solid #333;
-            }
+            // /deep/.el-checkbox__inner{
+            //       border: 1px solid #333;
+            // }
             /deep/.el-table{
               min-width: 0;
             }