From ecf94d393e744efbdbee87d745e93972f3d90707 Mon Sep 17 00:00:00 2001 From: zhaoyun Date: Fri, 22 May 2026 12:30:10 +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=E6=B7=BB=E5=8A=A0table-layout:fixed?= =?UTF-8?q?=E7=A1=AE=E4=BF=9D=E5=88=97=E5=AE=BD=E4=B8=80=E8=87=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-Authored-By: Claude Opus 4.7 --- openhis-ui-vue3/src/views/clinicmanagement/dayEnd/index.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/openhis-ui-vue3/src/views/clinicmanagement/dayEnd/index.vue b/openhis-ui-vue3/src/views/clinicmanagement/dayEnd/index.vue index 3b14ba43..ea8c1b85 100755 --- a/openhis-ui-vue3/src/views/clinicmanagement/dayEnd/index.vue +++ b/openhis-ui-vue3/src/views/clinicmanagement/dayEnd/index.vue @@ -323,6 +323,7 @@ getPharmacyCabinetLists(); .report-table { width: 100%; border-collapse: collapse; + table-layout: fixed; margin: 8px 0; } .report-table td {