lilei 6 miesięcy temu
rodzic
commit
563dfa1e5d

+ 1 - 1
src/views/salesManagement/pushOrderManagement/list.vue

@@ -420,7 +420,7 @@ export default {
     // 计算表格高度
     setTableH () {
       const tableSearchH = this.$refs.tableSearch.offsetHeight
-      this.tableHeight = window.innerHeight - tableSearchH - 200
+      this.tableHeight = window.innerHeight - tableSearchH - 195
     }
   },
   watch: {