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;