diff --git a/public/templates/report-template.html b/public/templates/report-template.html index 9a1f78c..0a56a25 100644 --- a/public/templates/report-template.html +++ b/public/templates/report-template.html @@ -90,7 +90,7 @@ } .report-content { - padding: 20px; + padding: 10px; text-align: center; background-color: white; } @@ -450,7 +450,7 @@ .ultrasound-exam .pdf-image-container img { max-width: 100% !important; - max-height: 880px !important; + max-height: 840px !important; /* 增加高度 */ object-fit: contain !important; } @@ -568,6 +568,7 @@ .preface-paragraphs p { margin-bottom: 15px !important; /* 打印时保持段落间距 */ } + } /* 添加首页样式 */ @@ -855,7 +856,7 @@