From 7bd1c52ca89091ed9daf266ca215eb07c50fcf65 Mon Sep 17 00:00:00 2001 From: zqm Date: Fri, 14 Nov 2025 09:28:45 +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 --- .../Robot/Web/src/DockLayout/DockIndicator.vue | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/AutoRobot/Windows/Robot/Web/src/DockLayout/DockIndicator.vue b/AutoRobot/Windows/Robot/Web/src/DockLayout/DockIndicator.vue index e7e6ead..afaf8ae 100644 --- a/AutoRobot/Windows/Robot/Web/src/DockLayout/DockIndicator.vue +++ b/AutoRobot/Windows/Robot/Web/src/DockLayout/DockIndicator.vue @@ -245,9 +245,9 @@
+ d="M0 92 L83 92 L92 83 L92 0 L143 0 L143 83 L153 92 L235 92 L235 143 L153 143 L143 153 L143 235 L92 235 L92 153 L83 143 L0 143 Z" /> + d="M1 93 L84 93 L93 84 L93 1 L142 1 L142 84 L152 93 L234 93 L234 142 L152 142 L142 152 L142 234 L93 234 L93 152 L84 142 L1 142 Z" /> @@ -646,8 +646,8 @@ watch(activeDockZone, (newZone) => { left: 50%; transform: translate(-50%, -50%); z-index: 9999; /* 确保在预览区域上方 */ - width: 215px; - height: 215px; + width: 235px; + height: 235px; display: flex; justify-content: center; align-items: center;