From 0b8cf468a88bece20c9842f5f8585a027af72000 Mon Sep 17 00:00:00 2001 From: zqm Date: Fri, 14 Nov 2025 09:12:53 +0800 Subject: [PATCH] =?UTF-8?q?=E8=B0=83=E6=95=B4DockIndicator=E4=B8=8A?= =?UTF-8?q?=E5=8C=BA=E6=8C=87=E7=A4=BA=E5=99=A8=E4=BD=8D=E7=BD=AE=EF=BC=8C?= =?UTF-8?q?=E5=B0=86=E5=85=B6=E7=A7=BB=E8=87=B3=E4=B8=AD=E5=BF=83=E5=8C=BA?= =?UTF-8?q?=E5=9F=9F=E5=AE=B9=E5=99=A8=E5=86=85=E9=83=A8=E5=B9=B6=E8=AE=BE?= =?UTF-8?q?=E7=BD=AE=E6=AD=A3=E7=A1=AE=E7=9A=84=E7=9B=B8=E5=AF=B9=E5=AE=9A?= =?UTF-8?q?=E4=BD=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../Windows/Robot/Web/src/DockLayout/DockIndicator.vue | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/AutoRobot/Windows/Robot/Web/src/DockLayout/DockIndicator.vue b/AutoRobot/Windows/Robot/Web/src/DockLayout/DockIndicator.vue index 0de53e2..e7e6ead 100644 --- a/AutoRobot/Windows/Robot/Web/src/DockLayout/DockIndicator.vue +++ b/AutoRobot/Windows/Robot/Web/src/DockLayout/DockIndicator.vue @@ -256,12 +256,12 @@ fill="#636873" fill-rule="evenodd" clip-rule="evenodd" - d="M0 67 L58 67 L67 58 L67 0 L118 0 L118 58 L128 67 L185 67 L185 118 L128 118 L118 128 L118 185 L67 185 L67 128 L58 118 L0 118 Z" /> + d="M0 82 L73 82 L82 73 L82 0 L133 0 L133 73 L143 82 L215 82 L215 133 L143 133 L133 143 L133 215 L82 215 L82 143 L73 133 L0 133 Z" /> + d="M1 83 L74 83 L83 74 L83 1 L132 1 L132 74 L142 83 L214 83 L214 132 L142 132 L132 142 L132 214 L83 214 L83 142 L74 132 L1 132 Z" /> @@ -668,7 +668,7 @@ watch(activeDockZone, (newZone) => { /* 上区指示器:位于中心指示区上方指示器的上方4个像素处 */ .dock-top-area { position: absolute; - top: -45px; /* 向上偏移,确保距离中心指示区上方指示器上边缘4个像素 */ + top: 46px; /* 向上偏移,确保距离中心指示区上方指示器上边缘4个像素 */ left: 50%; transform: translateX(-50%); opacity: 0.7; /* 默认半透明 */