From c11d0d5ebc18261a4f854ea4f4619e9f316109be Mon Sep 17 00:00:00 2001 From: Euni4U <958079825@qq.com> Date: Wed, 19 Mar 2025 16:31:18 +0800 Subject: [PATCH] =?UTF-8?q?=E5=89=8D=E8=A8=80=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 | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/public/templates/report-template.html b/public/templates/report-template.html index 280f8e9..567a1e5 100644 --- a/public/templates/report-template.html +++ b/public/templates/report-template.html @@ -529,6 +529,14 @@ right: 20px !important; /* 从10px调整为20px */ border-top: 1px solid #000 !important; } + + /* 前言标题打印样式 */ + .preface-content h1 { + font-size: 24px !important; + margin-bottom: 40px !important; + text-align: center !important; + font-weight: bold !important; + } } /* 添加首页样式 */