chenrui 1 год назад
Родитель
Сommit
b306781499
1 измененных файлов с 2 добавлено и 2 удалено
  1. 2 2
      src/views/reportData/salesDetails/list.vue

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

@@ -142,7 +142,7 @@
           :data="loadData"
           :pageSize="30"
           :style="{ height: tableHeight+84.5+'px' }"
-          :scroll="{ x: 2480 , y: tableHeight - 10 }"
+          :scroll="{ x: 2480 , y: tableHeight - 40 }"
           :defaultLoadData="false"
           bordered>
           <template slot="footer">
@@ -432,7 +432,7 @@ export default {
     },
     setTableH () {
       const tableSearchH = this.$refs.tableSearch.offsetHeight
-      this.tableHeight = window.innerHeight - tableSearchH - 215
+      this.tableHeight = window.innerHeight - tableSearchH - 225
     }
   },
   mounted () {