zhangxc hace 5 años
padre
commit
96efeeaeec

+ 1 - 1
src/components/recordInput/AddRecordItem.vue

@@ -470,7 +470,6 @@
               .el-input__inner{
                     width:80px;
                     height: 30px;
-                    line-height: 30px;
                     display: inline-block;
                     box-sizing: border-box;
                 }
@@ -484,6 +483,7 @@
             }
             /deep/.el-input input[type="number"]{
               -moz-appearance: textfield;
+              line-height: 20px;
             }
 
         

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

@@ -576,6 +576,7 @@
             }
         /deep/.el-input input[type="number"]{
           -moz-appearance: textfield;
+          line-height: 20px;
         }
         /deep/.scoreInp.el-input{
               width:50px;