From 38913ab9671aed400bdbb6198c27cb830bf096bd Mon Sep 17 00:00:00 2001 From: Euni4U <958079825@qq.com> Date: Wed, 19 Mar 2025 15:25:24 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E4=B8=80=E8=88=AC=E6=A3=80?= =?UTF-8?q?=E6=9F=A5=E6=A0=B7=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- public/templates/report-template.html | 30 +++++++++++++++++---------- 1 file changed, 19 insertions(+), 11 deletions(-) diff --git a/public/templates/report-template.html b/public/templates/report-template.html index 5bea5b1..93a50ac 100644 --- a/public/templates/report-template.html +++ b/public/templates/report-template.html @@ -90,7 +90,7 @@ .report-summary { padding: 15px; - background-color: #f9f9f9; + background-color: transparent; border-top: 1px solid #e0e0e0; } @@ -268,31 +268,39 @@ /* 一般检查的表格 */ .general-exam .exam-table { - margin: 5px 0 !important; - font-size: 16px !important; + margin: 20px 0 40px !important; /* 下边距从0增加到40px */ } .general-exam .exam-table th, .general-exam .exam-table td { - padding: 2px !important; - font-size: 16px !important; + padding: 8px !important; + font-size: 18px !important; + line-height: 1.5; + height: 40px; /* 降低单元格高度 */ } /* 一般检查的小结 */ .general-exam .report-summary { padding: 5px !important; - margin-bottom: 80px !important; - font-size: 9px !important; + bottom: 170px !important; + min-height: auto; /* 移除固定高度 */ + margin-bottom: 0 !important; + left: 20px; + right: 20px; + position: absolute; + font-size: 14px !important; + background-color: transparent !important; } .general-exam .report-summary h4 { - margin: 2px 0 !important; - font-size: 9px !important; + margin-bottom: 10px !important; + font-size: 16px !important; } .general-exam .report-summary p { margin: 2px 0 !important; - font-size: 9px !important; + font-size: 14px !important; + line-height: 1.6; } /* 其他报告项目的样式 */ @@ -355,7 +363,7 @@ padding: 8px; margin-bottom: 80px !important; font-size: 11px; - background-color: #f9f9f9 !important; + background-color: transparent !important; } .report-item:not(.general-exam) .report-summary h4 {