From 2904666421f117b969f655160e5d00a629a93258 Mon Sep 17 00:00:00 2001 From: fengyuan_yang <1976974459@qq.com> Date: Tue, 21 Apr 2026 16:43:47 +0800 Subject: [PATCH] =?UTF-8?q?2026-04-21=20=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/modules/print/PoPartPrint.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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; }); }, // 切换查询条件展开/收起