diff --git a/public/templates/report-template.html b/public/templates/report-template.html index 93a50ac..0f6af28 100644 --- a/public/templates/report-template.html +++ b/public/templates/report-template.html @@ -12,7 +12,8 @@ .constitution-table { width: 100%; border-collapse: collapse; - margin: 10px auto 30px; /* 上边距10px,左右auto居中,下边距30px留出空间 */ + margin: 10px auto 30px; + /* 上边距10px,左右auto居中,下边距30px留出空间 */ } .constitution-table td { @@ -25,7 +26,7 @@ .avatar-container { width: 120px; height: 160px; - margin: 30px auto; + margin: 50px auto; border: 1px solid #000; display: flex; justify-content: center; @@ -66,8 +67,10 @@ background-color: #4a90e2; color: white; padding: 15px; - font-size: 18px; /* 这里控制字体大小 */ - font-weight: bold;/* 这里控制字体粗细 */ + font-size: 18px; + /* 这里控制字体大小 */ + font-weight: bold; + /* 这里控制字体粗细 */ border-bottom: 1px solid #e0e0e0; } @@ -106,7 +109,8 @@ border: 1px solid #ddd; padding: 12px; text-align: left; - font-size: 16px; /* 可以在这里设置字体大小 */ + font-size: 16px; + /* 可以在这里设置字体大小 */ } .exam-table th { @@ -487,7 +491,7 @@ } .repott_concent_title { - font-size: 40pt; + font-size: 30pt; letter-spacing: 30px; } @@ -739,16 +743,27 @@   体检编号:-- -
-
-
健康
-
体检
-
报告
-
-
-
Health
-
Examination
-
Report
+ +
+ 本报告属个人隐私范畴
+ 未获本人同意,不得传播 +
+
+
+ logo +
+
+
健康
+
体检
+
报告
+
+
+
Health
+
Examination
+
Report
+
+
@@ -765,7 +780,8 @@ 年龄--
- 单位-- + 身份证号--
联系电话 填充值 - +
@@ -807,7 +823,7 @@
@@ -822,7 +838,7 @@
- 检查结果汇总 + 填充值
@@ -1256,7 +1272,7 @@ containers.forEach(container => { const imageContainer = container.querySelector('.pdf-image-container'); if (imageContainer.style.display !== 'block') { - allRendered = false; + allRendered = false; } }); diff --git a/public/首页标签.png b/public/首页标签.png new file mode 100644 index 0000000..8e43ad7 Binary files /dev/null and b/public/首页标签.png differ diff --git a/src/views/summary/reprot-print/components/ReportPreview.vue b/src/views/summary/reprot-print/components/ReportPreview.vue index b887eca..dcdc475 100644 --- a/src/views/summary/reprot-print/components/ReportPreview.vue +++ b/src/views/summary/reprot-print/components/ReportPreview.vue @@ -12,7 +12,7 @@