fix: 调整锁定图标的位置以改善显示效果
This commit is contained in:
parent
e3c0788e0b
commit
1b4c6b2552
@ -648,8 +648,8 @@ export class EditorService extends Meta2d {
|
|||||||
id: lockIconId,
|
id: lockIconId,
|
||||||
name: 'circle',
|
name: 'circle',
|
||||||
tags: ['lock-icon'],
|
tags: ['lock-icon'],
|
||||||
x: x - 14, // 在点右侧显示
|
x: x + 48, // 在点右侧显示
|
||||||
y: y + 16,
|
y: y + 60,
|
||||||
width: 8,
|
width: 8,
|
||||||
height: 8,
|
height: 8,
|
||||||
background: '#ff4d4f', // 红色背景
|
background: '#ff4d4f', // 红色背景
|
||||||
|
Loading…
x
Reference in New Issue
Block a user