浏览代码

修改bug

chenrui 1 年之前
父节点
当前提交
9dc162ee0e
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/views/reportData/salesDetails/list.vue

+ 1 - 1
src/views/reportData/salesDetails/list.vue

@@ -432,7 +432,7 @@ export default {
     },
     setTableH () {
       const tableSearchH = this.$refs.tableSearch.offsetHeight
-      this.tableHeight = window.innerHeight - tableSearchH - 225
+      this.tableHeight = window.innerHeight - tableSearchH - 215
     }
   },
   mounted () {