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