From e00ac963b591f41b8ff6269804d7bbd94ba34f9d Mon Sep 17 00:00:00 2001 From: Euni4U <958079825@qq.com> Date: Wed, 19 Mar 2025 15:37:35 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E6=A0=B7=E5=BC=8F=E4=BB=A5?= =?UTF-8?q?=E5=8F=8A=E7=BA=BF=E6=9D=A1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- public/templates/report-template.html | 54 +++++++++++++++++++++++++++ 1 file changed, 54 insertions(+) diff --git a/public/templates/report-template.html b/public/templates/report-template.html index f49e9dd..966f6e3 100644 --- a/public/templates/report-template.html +++ b/public/templates/report-template.html @@ -471,6 +471,60 @@ flex-direction: column; overflow: hidden; } + + /* 超声检查所见所得样式 */ + .ultrasound-exam .report-summary p { + font-size: 14px !important; /* 与一般检查小结正文相同 */ + line-height: 1.6 !important; + margin: 3px 0 !important; + } + + .ultrasound-exam .report-summary strong { + font-size: 16px !important; /* 与一般检查小结标题相同 */ + } + + /* 原超声样式调整 */ + .ultrasound-exam .report-summary { + padding: 5px !important; + margin-bottom: 80px !important; + font-size: 14px !important; /* 统一设置基础字号 */ + } + + /* 统一所有检验科小结样式 */ + .report-item:not(.general-exam):not(.ultrasound-exam) .report-summary h4 { + font-size: 16px !important; + margin-bottom: 10px !important; + } + + .report-item:not(.general-exam):not(.ultrasound-exam) .report-summary p { + font-size: 14px !important; + line-height: 1.6 !important; + margin: 3px 0 !important; + } + + /* 心电图所见所得样式 */ + .report-item:not(.general-exam):not(.ultrasound-exam) .report-summary strong { + font-size: 16px !important; + } + + .report-item:not(.general-exam):not(.ultrasound-exam) .report-summary p { + font-size: 14px !important; + line-height: 1.6 !important; + margin: 3px 0 !important; + } + + /* 统一所有边框线长度 */ + .report-summary { + border-top: 1px solid #000 !important; + margin-left: 20px !important; + margin-right: 20px !important; + } + + .report-footer { + left: 20px !important; /* 从10px调整为20px */ + right: 20px !important; /* 从10px调整为20px */ + border-top: 1px solid #000 !important; + } } /* 添加首页样式 */