From 4c4bfc8e170028dc6510447b6c21002e2a23a279 Mon Sep 17 00:00:00 2001 From: lichuanyang <1176537920@qq.com> Date: Thu, 5 Dec 2024 13:00:02 +0800 Subject: [PATCH] =?UTF-8?q?ecg=E6=89=93=E5=8D=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/ECG/ECGForm.vue | 5 ++++- .../reportPrintStatistics/ReportInfoECG.vue | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/src/views/ECG/ECGForm.vue b/src/views/ECG/ECGForm.vue index 2309d747..e887d7ad 100644 --- a/src/views/ECG/ECGForm.vue +++ b/src/views/ECG/ECGForm.vue @@ -971,6 +971,8 @@ defineExpose({ open }) // 提供 open 方法,用于打开弹窗 /* 打印(报告单) */ .page-item-ecg { padding: 1mm 0.8mm 1mm 2mm; + max-width: 1400px; + margin: 0 auto; border: 2px solid #ccc; border-radius: 8px; } @@ -985,8 +987,9 @@ defineExpose({ open }) // 提供 open 方法,用于打开弹窗 height: 206mm; page-break-after: always; padding: 0; + max-width: none; width: calc(100% - 4.2mm); - margin-left: 2.6mm; + margin: 0 0 0 2.6mm; } } diff --git a/src/views/applyregistration/reportPrintStatistics/ReportInfoECG.vue b/src/views/applyregistration/reportPrintStatistics/ReportInfoECG.vue index 68d847d2..bfa90c35 100644 --- a/src/views/applyregistration/reportPrintStatistics/ReportInfoECG.vue +++ b/src/views/applyregistration/reportPrintStatistics/ReportInfoECG.vue @@ -49,7 +49,7 @@ alt="" fit="fill" loading="eager" - style="width: 100%; height: 144mm" + style="width: 100%; height: 148mm" :src="reportimage" :preview-src-list="[reportimage]" crossorigin="anonymous"