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