浏览代码

更改仓库调拨通用样式

chenrui 4 年之前
父节点
当前提交
3dce02770a
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2 2
      src/views/allocationManagement/warehouseAllocation/edit.vue

+ 2 - 2
src/views/allocationManagement/warehouseAllocation/edit.vue

@@ -139,7 +139,7 @@
             :dataSource="loadData"
             :pagination="pagination"
             @change="getProductList"
-            :scroll="{ x: 1740 }"
+            :scroll="{ x: 1740, y: 300 }"
             bordered>
             <!-- 产品分类 -->
             <template slot="productType" slot-scope="text, record">
@@ -253,7 +253,7 @@
             :rowKey="(record) => record.id"
             :columns="chooseColumns"
             :data="chooseLoadData"
-            :scroll="{ x: 1460 }"
+            :scroll="{ x: 1600, y: 300 }"
             bordered>
             <!-- 产品分类 -->
             <template slot="productType" slot-scope="text, record">