样式修改
This commit is contained in:
parent
2a55394ca9
commit
6f871a315e
@ -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')) {
|
||||
|
Loading…
Reference in New Issue
Block a user