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) {
// 内容不超过一页,隐藏第二页