diff --git a/src/views/modules/print/PoPartPrint.vue b/src/views/modules/print/PoPartPrint.vue index 248aeca..7e601ff 100644 --- a/src/views/modules/print/PoPartPrint.vue +++ b/src/views/modules/print/PoPartPrint.vue @@ -1057,8 +1057,8 @@ export default { calculateTableHeight() { this.$nextTick(() => { const windowHeight = window.innerHeight; - const headerHeight = this.searchExpanded ? 280 : 158; - this.height = (windowHeight - headerHeight - 85) / 2 - 25; + const headerHeight = this.searchExpanded ? 270 : 158; + this.height = (windowHeight - headerHeight - 85) / 2 - 14; }); }, // 切换查询条件展开/收起