From bf9d58ed688c734648a0177e71e6ff7d7bb8e9e3 Mon Sep 17 00:00:00 2001 From: zqm Date: Tue, 4 Nov 2025 10:02:00 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8DArea=E7=BB=84=E4=BB=B6?= =?UTF-8?q?=E6=8B=96=E6=8B=BD=E4=B8=8D=E5=B7=A5=E4=BD=9C=E9=97=AE=E9=A2=98?= =?UTF-8?q?=EF=BC=9A=E5=B0=86=E6=AD=A3=E5=B8=B8=E7=8A=B6=E6=80=81=E4=B8=8B?= =?UTF-8?q?=E7=9A=84position=E4=BB=8Estatic=E6=94=B9=E4=B8=BAabsolute?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- AutoRobot/Windows/Robot/Web/src/DockLayout/Area.vue | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/AutoRobot/Windows/Robot/Web/src/DockLayout/Area.vue b/AutoRobot/Windows/Robot/Web/src/DockLayout/Area.vue index f712930..28a297b 100644 --- a/AutoRobot/Windows/Robot/Web/src/DockLayout/Area.vue +++ b/AutoRobot/Windows/Robot/Web/src/DockLayout/Area.vue @@ -256,7 +256,8 @@ onMounted(() => { /* 正常状态样式 */ .vs-area.is-normal { - position: static; + position: absolute; + z-index: 10; } /* 最大化状态样式 */