Browse Source

bug 修复

lilei 2 years ago
parent
commit
7d68f9f1ae
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/views/numsGoodsShelves/redPacket/redPacketStatistics.vue

+ 1 - 1
src/views/numsGoodsShelves/redPacket/redPacketStatistics.vue

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