lilei 3 anos atrás
pai
commit
51e559268f

+ 2 - 2
src/views/expenseManagement/expenseReimbursement/list.vue

@@ -71,7 +71,7 @@
       <s-table
         class="sTable fixPagination"
         ref="table"
-        :style="{ height: tableHeight+102.5+'px' }"
+        :style="{ height: tableHeight+70.5+'px' }"
         size="small"
         :rowKey="(record) => record.id"
         :columns="columns"
@@ -259,7 +259,7 @@ export default {
     },
     setTableH () {
       const tableSearchH = this.$refs.tableSearch.offsetHeight
-      this.tableHeight = window.innerHeight - tableSearchH - 310
+      this.tableHeight = window.innerHeight - tableSearchH - 235
     }
   },
   watch: {