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;