Browse Source

bug 修复

lilei 2 năm trước cách đây
mục cha
commit
7d68f9f1ae

+ 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: {