瀏覽代碼

修改样式

zhangxc 5 年之前
父節點
當前提交
7274551873
共有 1 個文件被更改,包括 7 次插入0 次删除
  1. 7 0
      src/components/recordInput/ManageItemBatch.vue

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

@@ -569,6 +569,13 @@
         }
         }
         /deep/.el-table .cell, .el-table th div, .el-table--border td:first-child .cell, .el-table--border th:first-child .cell {
         /deep/.el-table .cell, .el-table th div, .el-table--border td:first-child .cell, .el-table--border th:first-child .cell {
           padding: 0;
           padding: 0;
+        }
+         /deep/.el-input input::-webkit-outer-spin-button,
+            /deep/.el-input input::-webkit-inner-spin-button {
+              -webkit-appearance: none;
+            }
+        /deep/.el-input input[type="number"]{
+          -moz-appearance: textfield;
         }
         }
         /deep/.scoreInp.el-input{
         /deep/.scoreInp.el-input{
               width:50px;
               width:50px;