yijing 1 年之前
父節點
當前提交
a284b9d9b3
共有 1 個文件被更改,包括 3 次插入1 次删除
  1. 3 1
      src/views/warehouseManagement/stockManagement/add.vue

+ 3 - 1
src/views/warehouseManagement/stockManagement/add.vue

@@ -352,7 +352,7 @@
                 align="center"
                 prop="singleWeight"
                 :show-overflow-tooltip="true"
-                width="240"
+                width="120"
               >
                 <template slot-scope="{ row, $index }">
                   <el-input-number
@@ -363,6 +363,8 @@
                     :min="0"
                     controls-position="right"
                     @input="inputsingleWeight(row, $index)"
+                    :controls="false"
+                    style="width: 100%"
                   ></el-input-number>
                   <template slot="append">
                     {{ row.measureUnit }}