diff --git a/public/templates/report-template.html b/public/templates/report-template.html index 981a25f..c71f4f9 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 { @@ -479,7 +483,7 @@ } .repott_concent_title { - font-size: 40pt; + font-size: 30pt; letter-spacing: 30px; } @@ -658,16 +662,27 @@   体检编号:-- -
-
-
健康
-
体检
-
报告
-
-
-
Health
-
Examination
-
Report
+ +
+ 本报告属个人隐私范畴
+ 未获本人同意,不得传播 +
+
+
+ logo +
+
+
健康
+
体检
+
报告
+
+
+
Health
+
Examination
+
Report
+
+
@@ -705,7 +720,7 @@
填充值 - +
@@ -1197,7 +1212,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 2b3f181..c6b006e 100644 --- a/src/views/summary/reprot-print/components/ReportPreview.vue +++ b/src/views/summary/reprot-print/components/ReportPreview.vue @@ -12,7 +12,7 @@