样式修改

This commit is contained in:
Euni4U 2025-03-21 13:10:45 +08:00
parent 2a55394ca9
commit 6f871a315e

View File

@ -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')) {