Browse Source

修改bug

chenrui 1 năm trước cách đây
mục cha
commit
9dc162ee0e
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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 () {