From 27d822297521f4e21ecc31d7277de2dc49e5c411 Mon Sep 17 00:00:00 2001 From: lxd <1004405501@qq.com> Date: Tue, 6 Aug 2024 17:25:46 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/Home/Index.vue | 2 +- .../reportPrintStatistics/index.vue | 12 ++++++------ 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/src/views/Home/Index.vue b/src/views/Home/Index.vue index 45570f29..329175c3 100644 --- a/src/views/Home/Index.vue +++ b/src/views/Home/Index.vue @@ -142,7 +142,7 @@ let projects = reactive([]) const getProject = async () => { const data = [ { - name: '申请记录单', + name: '登记单列表', message: '/reservation/applyform' }, { diff --git a/src/views/applyregistration/reportPrintStatistics/index.vue b/src/views/applyregistration/reportPrintStatistics/index.vue index 951e3d78..ec767a8c 100644 --- a/src/views/applyregistration/reportPrintStatistics/index.vue +++ b/src/views/applyregistration/reportPrintStatistics/index.vue @@ -770,18 +770,18 @@ console.log(infoParams0) .ultrasound-report h2 { text-align: center; } - +/* 报告的P标签 */ +.patient-info { + display: flex; + flex-wrap: wrap; +} .patient-info p, .ultrasound-findings p, .ultrasound-recommendation p { margin: 5px 0; } -/* 报告的P标签 */ -.patient-info { - display: flex; - flex-wrap: wrap; -} + .ultrasound-findings h3, .ultrasound-recommendation h3 {