From 6f871a315e60209d3a249d60d0a178adb8201291 Mon Sep 17 00:00:00 2001 From: Euni4U <958079825@qq.com> Date: Fri, 21 Mar 2025 13:10:45 +0800 Subject: [PATCH] =?UTF-8?q?=E6=A0=B7=E5=BC=8F=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- public/templates/report-template.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/public/templates/report-template.html b/public/templates/report-template.html index 1012ff8..983ac02 100644 --- a/public/templates/report-template.html +++ b/public/templates/report-template.html @@ -102,7 +102,7 @@ .report-content iframe { width: 100%; - height: 800px; + height: 600px; border: none; } @@ -1269,7 +1269,7 @@ const page = await pdf.getPage(1); // 检查是否为超声检查报告 - let scale = 1.5; + let scale = 1.7; // 查找最近的report-item父元素,检查是否有ultrasound-exam类 const reportItem = container.closest('.report-item'); if (reportItem && reportItem.classList.contains('ultrasound-exam')) {