From 385c3e099019caebc1b760b320293225d7fe4a01 Mon Sep 17 00:00:00 2001 From: zhaoyun Date: Fri, 22 May 2026 11:40:24 +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=20-=20=E8=A1=A5=E5=85=85=E5=AE=B9=E5=99=A8?= =?UTF-8?q?=E5=AE=BD=E5=BA=A6=E5=92=8C=E7=A7=BB=E9=99=A4=E5=86=85=E5=AE=B9?= =?UTF-8?q?=E6=88=AA=E6=96=AD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 根因:.report-container缺少width:100%导致容器未填满可用空间, 网格列过窄造成内容溢出和排版混乱。.value的overflow:hidden和 text-overflow:ellipsis截断了显示内容。 修复:添加width:100%和box-sizing:border-box,移除.value的溢出截断。 Co-Authored-By: Claude Opus 4.7 --- openhis-ui-vue3/src/views/clinicmanagement/dayEnd/index.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/openhis-ui-vue3/src/views/clinicmanagement/dayEnd/index.vue b/openhis-ui-vue3/src/views/clinicmanagement/dayEnd/index.vue index 866dcee2..3b5b6263 100755 --- a/openhis-ui-vue3/src/views/clinicmanagement/dayEnd/index.vue +++ b/openhis-ui-vue3/src/views/clinicmanagement/dayEnd/index.vue @@ -265,7 +265,9 @@ getPharmacyCabinetLists();