From 84b882c10e241293835ab0a0013a67a6175b16bc Mon Sep 17 00:00:00 2001 From: xudan Date: Tue, 26 Aug 2025 09:37:30 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E8=B0=83=E6=95=B4=E6=9C=BA=E5=99=A8?= =?UTF-8?q?=E4=BA=BA=E6=A0=87=E7=AD=BE=E4=BD=8D=E7=BD=AE=E4=BB=A5=E5=87=8F?= =?UTF-8?q?=E5=B0=91=E8=A2=AB=E8=A6=86=E7=9B=96=E7=9A=84=E5=8F=AF=E8=83=BD?= =?UTF-8?q?=E6=80=A7=EF=BC=8C=E4=BC=98=E5=8C=96=E8=A7=86=E8=A7=89=E6=95=88?= =?UTF-8?q?=E6=9E=9C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/services/editor.service.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/services/editor.service.ts b/src/services/editor.service.ts index b27c66a..5260566 100644 --- a/src/services/editor.service.ts +++ b/src/services/editor.service.ts @@ -960,7 +960,7 @@ export class EditorService extends Meta2d { robot: { type }, visible: false, text: label, - textTop: -24, + textTop: -18, // 调整标签位置,更靠近机器人本体,减少被覆盖的可能性 whiteSpace: 'nowrap', ellipsis: false, locked: LockState.Disable,