From fe630d08c02e9eb9d1ef820f46d0053ceb2cd690 Mon Sep 17 00:00:00 2001 From: zqm Date: Fri, 7 Nov 2025 15:14:33 +0800 Subject: [PATCH] =?UTF-8?q?=E8=B0=83=E6=95=B4=E6=B5=AE=E5=8A=A8=E5=8C=BA?= =?UTF-8?q?=E5=9F=9Fz-index=E5=80=BC=EF=BC=9A=E5=B0=86=E9=9D=9E=E6=9C=80?= =?UTF-8?q?=E5=A4=A7=E5=8C=96=E5=92=8C=E6=9C=80=E5=A4=A7=E5=8C=96=E7=8A=B6?= =?UTF-8?q?=E6=80=81=E4=B8=8B=E7=9A=84z-index=E5=9D=87=E4=BB=8E10/100?= =?UTF-8?q?=E6=8F=90=E9=AB=98=E5=88=B01000=EF=BC=8C=E7=A1=AE=E4=BF=9D?= =?UTF-8?q?=E6=B5=AE=E5=8A=A8=E5=8C=BA=E5=9F=9F=E5=A7=8B=E7=BB=88=E6=98=BE?= =?UTF-8?q?=E7=A4=BA=E5=9C=A8=E9=A1=B6=E5=B1=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- AutoRobot/Windows/Robot/Web/src/DockLayout/DockLayout.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/AutoRobot/Windows/Robot/Web/src/DockLayout/DockLayout.vue b/AutoRobot/Windows/Robot/Web/src/DockLayout/DockLayout.vue index bd6414a..e35cf1b 100644 --- a/AutoRobot/Windows/Robot/Web/src/DockLayout/DockLayout.vue +++ b/AutoRobot/Windows/Robot/Web/src/DockLayout/DockLayout.vue @@ -22,7 +22,7 @@ :top="area.WindowState !== '最大化' ? area.y : undefined" :style="area.WindowState !== '最大化' ? { position: 'absolute', - zIndex: 10, + zIndex: 1000, background: 'rgba(255, 255, 255, 1)', border: '1px solid #4f72b3' } : { @@ -31,7 +31,7 @@ left: 0, width: '100%', height: '100%', - zIndex: 100 + zIndex: 1000 }" @close="onCloseFloatingArea(area.id)" @update:position="onUpdatePosition(area.id, $event)"