From a0a6b15702ec8cb6fd7160a318122fbfc125820e Mon Sep 17 00:00:00 2001 From: Euni4U <958079825@qq.com> Date: Sun, 13 Apr 2025 19:50:03 +0800 Subject: [PATCH] =?UTF-8?q?=E8=B0=83=E6=95=B4=E6=B1=87=E6=80=BB=E9=A1=B5?= =?UTF-8?q?=E9=AB=98=E5=BA=A6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- public/templates/report-template.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/templates/report-template.html b/public/templates/report-template.html index 0c94f5e..39da2b2 100644 --- a/public/templates/report-template.html +++ b/public/templates/report-template.html @@ -1718,7 +1718,7 @@ document.body.appendChild(testElement); // 获取第一页汇总内容区域的可用高度 (调整这个值根据实际布局) - const availableHeight = 800; // 大约可用高度,根据实际情况调整 + const availableHeight = 700; // 大约可用高度,根据实际情况调整 if (testElement.offsetHeight <= availableHeight) { // 内容不超过一页,隐藏第二页