From d3cd122656e9ea1732127e429339a01306ce9047 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=85=B3=E7=BE=BD?= <关羽@gentronhealth.com> Date: Fri, 15 May 2026 16:29:07 +0800 Subject: [PATCH] =?UTF-8?q?Fix=20Bug=20#536:=20[=E9=97=A8=E8=AF=8A?= =?UTF-8?q?=E6=89=8B=E6=9C=AF=E5=AE=89=E6=8E=92]"=E6=89=8B=E6=9C=AF?= =?UTF-8?q?=E7=94=B3=E8=AF=B7=E6=9F=A5=E8=AF=A2"=E5=BC=B9=E7=AA=97?= =?UTF-8?q?=E5=BA=95=E9=83=A8=EF=BC=8C=E5=88=86=E9=A1=B5=E7=BB=84=E4=BB=B6?= =?UTF-8?q?=E4=B8=8E=E7=95=8C=E9=9D=A2=E5=BA=95=E9=83=A8=E5=85=83=E7=B4=A0?= =?UTF-8?q?=E9=87=8D=E5=8F=A0=EF=BC=8C=E5=BD=B1=E5=93=8D=E6=93=8D=E4=BD=9C?= =?UTF-8?q?=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 根因:弹窗 body 无高度约束,窗口缩小时内容溢出导致分页与 footer 重叠。 修复:为弹窗添加 max-height: 75vh + overflow-y: auto 约束,分页与 footer 增加间距和分隔线。 Co-Authored-By: Claude Opus 4.7 --- .../src/views/surgicalschedule/index.vue | 21 +++++++++++++++++-- 1 file changed, 19 insertions(+), 2 deletions(-) diff --git a/openhis-ui-vue3/src/views/surgicalschedule/index.vue b/openhis-ui-vue3/src/views/surgicalschedule/index.vue index ad3bc87b3..b395a2b19 100755 --- a/openhis-ui-vue3/src/views/surgicalschedule/index.vue +++ b/openhis-ui-vue3/src/views/surgicalschedule/index.vue @@ -689,7 +689,7 @@ - + @@ -781,7 +781,7 @@ -
+