lilei 1 ماه پیش
والد
کامیت
f20ecdfdf5
1فایلهای تغییر یافته به همراه2 افزوده شده و 2 حذف شده
  1. 2 2
      src/views/reportData/promotionFeeReport/promoFeeList.vue

+ 2 - 2
src/views/reportData/promotionFeeReport/promoFeeList.vue

@@ -93,7 +93,7 @@
           size="small"
           :rowKey="(record) => record.no"
           rowKeyName="no"
-          :style="{ height: tableHeight+70+'px' }"
+          :style="{ height: tableHeight+90+'px' }"
           :columns="columns"
           :data="loadData"
           :scroll="{x:2200, y: tableHeight-120}"
@@ -351,7 +351,7 @@ export default {
     // 计算表格高度
     setTableH () {
       const tableSearchH = this.$refs.tableSearch.offsetHeight
-      this.tableHeight = window.innerHeight - tableSearchH - 280
+      this.tableHeight = window.innerHeight - tableSearchH - 300
     }
   },
   mounted () {