lilei 11 月之前
父節點
當前提交
d7bc09cec4
共有 1 個文件被更改,包括 2 次插入3 次删除
  1. 2 3
      src/views/setting/erpAllotSettings/list.vue

+ 2 - 3
src/views/setting/erpAllotSettings/list.vue

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