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: {