前言
-尊敬的________先生/女士:
+前言
+尊敬的先生/女士:
-您好!欢迎参加国家基本公共卫生服务老年人健康体检项目。
健康体检是在自我感觉健康的情况下,通过医学手段对身体各脏器的状态进行的检测。定期的健康体检可以帮助您及早发现健康状态下的危机,为您的健康保驾护航。
@@ -697,11 +725,10 @@由于体检项目和检测手段所限,一次体检不能全部检出身体中的潜在隐患,一旦发现身体出现不适,请及时到医院进行就诊。
From ceb1376b67c89d289eaa331a26ebc1a2bf8f729e Mon Sep 17 00:00:00 2001 From: Euni4U <958079825@qq.com> Date: Wed, 19 Mar 2025 09:53:03 +0800 Subject: [PATCH] =?UTF-8?q?=E5=89=8D=E8=A8=80=E9=A1=B5=E6=A0=B7=E5=BC=8F?= =?UTF-8?q?=E8=B0=83=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- public/templates/report-template.html | 43 +++++++++++++++---- .../reprot-print/components/ReportPreview.vue | 16 +++++-- 2 files changed, 48 insertions(+), 11 deletions(-) diff --git a/public/templates/report-template.html b/public/templates/report-template.html index a015e52..fc565b9 100644 --- a/public/templates/report-template.html +++ b/public/templates/report-template.html @@ -618,6 +618,34 @@ font-size: 10px; } } + + /* 前言页面样式 */ + .preface-wrapper { + padding: 20px; + } + + .preface-content { + max-width: 600px; + margin: 0 auto; + } + + .preface-greeting { + font-size: 18px; + font-weight: bold; + margin-bottom: 10px; + } + + .preface-paragraphs { + margin-bottom: 20px; + } + + .preface-footer { + text-align: right; + } + + .hospital-name { + font-weight: bold; + } @@ -680,12 +708,12 @@ -
尊敬的________先生/女士:
+尊敬的先生/女士:
-您好!欢迎参加国家基本公共卫生服务老年人健康体检项目。
健康体检是在自我感觉健康的情况下,通过医学手段对身体各脏器的状态进行的检测。定期的健康体检可以帮助您及早发现健康状态下的危机,为您的健康保驾护航。
@@ -697,11 +725,10 @@由于体检项目和检测手段所限,一次体检不能全部检出身体中的潜在隐患,一旦发现身体出现不适,请及时到医院进行就诊。