jbb пре 2 година
родитељ
комит
c25fbe0a06

+ 1 - 1
src/views/packing-list/packinglist-clothes/detailsClothesDrawer.vue

@@ -132,7 +132,7 @@
               :dataSource="clothesAddData"
               :columns="clothesAddColumns"
               :bordered=true
-              :scroll="{ x: 1500,y: 400 }"
+              :scroll="{ x: 1500,y: 300 }"
               style="margin-top: 5px;"
             >
             </j-vxe-table>

+ 1 - 1
src/views/packing-list/packinglist-fabrics/detailsFabricDrawer.vue

@@ -85,7 +85,7 @@
               :data-source="addFabricData"
               :loading="loading"
               pagination="false"
-              :scroll="{ x: 1500 ,y: 400}"
+              :scroll="{ x: 1500 ,y: 300}"
               @change="handleTableChange"
             >