Demo:修复富文本编辑时工具栏层级比节点编辑框低的问题

This commit is contained in:
wanglin2 2023-04-18 17:19:43 +08:00
parent 8bf876d446
commit e804a8f2f7

View File

@ -277,6 +277,8 @@ export default {
theme: theme.template,
themeConfig: theme.config,
viewData: view,
nodeTextEditZIndex: 1000,
nodeNoteTooltipZIndex: 1000,
customNoteContentShow: {
show: (content, left, top) => {
this.$bus.$emit('showNoteContent', content, left, top)