wsx 10 miesięcy temu
rodzic
commit
9ead1c83f2

+ 2 - 2
src/views/boss/orderTracking/components/produceRouting.vue

@@ -21,7 +21,7 @@
         ></el-step>
       </el-steps>
 
-      <div class="ele-table-container" style="height: 100%">
+      <div class="ele-table-container" style="height: calc(100% - 110px)">
         <ele-pro-table
           :loading="loading"
           ref="table"
@@ -29,7 +29,7 @@
           :datasource="datasource"
           :pageSizes="[10, 20, 50, 100]"
           :pageSize="20"
-          height="calc(100% - 120px )"
+          height="calc(100% - 30px )"
           :needPage="false"
         >
         </ele-pro-table>