From 806674d5aa3789204998691a4b35d7c565f656aa Mon Sep 17 00:00:00 2001 From: zqm Date: Fri, 14 Nov 2025 10:48:49 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E4=B8=AD=E5=BF=83=E4=B8=BB?= =?UTF-8?q?=E6=8C=87=E7=A4=BA=E5=99=A8=EF=BC=9A=E5=8D=8A=E9=80=8F=E6=98=8E?= =?UTF-8?q?=E5=8C=BA=E5=9F=9F=E6=98=BE=E7=A4=BA=E4=B8=BA=E5=AE=8C=E6=95=B4?= =?UTF-8?q?=E7=9B=AE=E6=A0=87=E5=8C=BA=E5=9F=9F=E8=8C=83=E5=9B=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../Windows/Robot/Web/src/DockLayout/DockIndicator.vue | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/AutoRobot/Windows/Robot/Web/src/DockLayout/DockIndicator.vue b/AutoRobot/Windows/Robot/Web/src/DockLayout/DockIndicator.vue index 0afa831..839f9a6 100644 --- a/AutoRobot/Windows/Robot/Web/src/DockLayout/DockIndicator.vue +++ b/AutoRobot/Windows/Robot/Web/src/DockLayout/DockIndicator.vue @@ -694,10 +694,10 @@ const previewAreaStyle = computed(() => { case 'center': return { position: 'absolute', - left: `${left + width * threshold}px`, - top: `${top + height * threshold}px`, - width: `${width * (1 - 2 * threshold)}px`, - height: `${height * (1 - 2 * threshold)}px` + left: `${left}px`, + top: `${top}px`, + width: `${width}px`, + height: `${height}px` }; default: return {};