From fc05eef2b33ccad0fdaa255b80bb5def6f2eed55 Mon Sep 17 00:00:00 2001 From: zhaoyun Date: Fri, 22 May 2026 10:38:57 +0800 Subject: [PATCH] =?UTF-8?q?Fix=20Bug=20#568:=20=E4=BF=AE=E5=A4=8D=E9=97=A8?= =?UTF-8?q?=E8=AF=8A=E6=97=A5=E7=BB=93=E9=A1=B5=E9=9D=A2=E6=8E=92=E7=89=88?= =?UTF-8?q?=E6=B7=B7=E4=B9=B1=E9=97=AE=E9=A2=98=20-=20=E6=B7=BB=E5=8A=A0?= =?UTF-8?q?=E7=BC=BA=E5=A4=B1=E7=9A=84section-title=E5=92=8Creport-section?= =?UTF-8?q?=E6=A0=B7=E5=BC=8F=E5=AE=9A=E4=B9=89?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-Authored-By: Claude Opus 4.7 --- .../src/views/clinicmanagement/dayEnd/index.vue | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/openhis-ui-vue3/src/views/clinicmanagement/dayEnd/index.vue b/openhis-ui-vue3/src/views/clinicmanagement/dayEnd/index.vue index cafeb149..b2b5fc85 100755 --- a/openhis-ui-vue3/src/views/clinicmanagement/dayEnd/index.vue +++ b/openhis-ui-vue3/src/views/clinicmanagement/dayEnd/index.vue @@ -283,6 +283,17 @@ getPharmacyCabinetLists(); font-weight: bold; margin: 16px 0; } +.report-section { + margin: 8px 0; +} +.section-title { + font-size: 15px; + font-weight: bold; + color: #303133; + margin: 8px 0; + padding-left: 8px; + border-left: 3px solid #409eff; +} .report-row { display: grid; margin: 12px 0;