zhangxc 5 年之前
父节点
当前提交
96efeeaeec
共有 2 个文件被更改,包括 2 次插入1 次删除
  1. 1 1
      src/components/recordInput/AddRecordItem.vue
  2. 1 0
      src/components/recordInput/ManageItemBatch.vue

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