mirror of
https://github.com/Tencent/tmagic-editor.git
synced 2025-06-26 20:29:21 +08:00
fix(editor): 组件树右键菜单
This commit is contained in:
parent
1db52c36b4
commit
805339422a
@ -82,7 +82,7 @@ export default defineComponent({
|
||||
|
||||
menuStyle.value = {
|
||||
top: `${top}px`,
|
||||
left: `${e.clientX}px`,
|
||||
left: `${e.clientX + 2}px`,
|
||||
};
|
||||
});
|
||||
},
|
||||
|
Loading…
x
Reference in New Issue
Block a user