lilei 2 vuotta sitten
vanhempi
commit
043cd1785c

+ 2 - 2
src/views/reportData/productRebateReport/detailList.vue

@@ -91,7 +91,7 @@
     <s-table
       class="sTable fixPagination"
       ref="table"
-      :style="{ height: tableHeight+84.5+'px' }"
+      :style="{ height: tableHeight+114.5+'px' }"
       size="small"
       :rowKey="(record) => record.id"
       :columns="columns"
@@ -315,7 +315,7 @@ export default {
     },
     setTableH () {
       const tableSearchH = this.$refs.tableSearch.offsetHeight
-      this.tableHeight = window.innerHeight - tableSearchH - 340
+      this.tableHeight = window.innerHeight - tableSearchH - 370
     }
   },
   mounted () {

+ 2 - 2
src/views/reportData/productRebateReport/list.vue

@@ -70,7 +70,7 @@
     <s-table
       class="sTable fixPagination"
       ref="table"
-      :style="{ height: tableHeight+84.5+'px' }"
+      :style="{ height: tableHeight+114.5+'px' }"
       size="small"
       :scroll="{ y: tableHeight }"
       :rowKey="(record) => record.id"
@@ -255,7 +255,7 @@ export default {
     },
     setTableH () {
       const tableSearchH = this.$refs.tableSearch.offsetHeight
-      this.tableHeight = window.innerHeight - tableSearchH - 240
+      this.tableHeight = window.innerHeight - tableSearchH - 270
     }
   },
   mounted () {