diff --git a/src/services/editor.service.ts b/src/services/editor.service.ts index 6046499..f409f2f 100644 --- a/src/services/editor.service.ts +++ b/src/services/editor.service.ts @@ -648,8 +648,8 @@ export class EditorService extends Meta2d { id: lockIconId, name: 'circle', tags: ['lock-icon'], - x: x - 14, // 在点右侧显示 - y: y + 16, + x: x + 48, // 在点右侧显示 + y: y + 60, width: 8, height: 8, background: '#ff4d4f', // 红色背景