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;