lilei 3 лет назад
Родитель
Сommit
5f37efa3c9
1 измененных файлов с 2 добавлено и 2 удалено
  1. 2 2
      src/views/expenseManagement/expenseReimbursementDetail/list.vue

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

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