瀏覽代碼

bug修复

chenrui 4 年之前
父節點
當前提交
d9eab061c0
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/views/purchasingManagement/signWarehousing/list.vue

+ 1 - 1
src/views/purchasingManagement/signWarehousing/list.vue

@@ -171,7 +171,7 @@ export default {
     },
     setTableH () {
       const tableSearchH = this.$refs.tableSearch.offsetHeight
-      this.tableHeight = window.innerHeight - tableSearchH - 235
+      this.tableHeight = window.innerHeight - tableSearchH - 200
     }
   },
   watch: {