Demo:修复富文本编辑时工具栏层级比节点编辑框低的问题
This commit is contained in:
parent
8bf876d446
commit
e804a8f2f7
@ -277,6 +277,8 @@ export default {
|
|||||||
theme: theme.template,
|
theme: theme.template,
|
||||||
themeConfig: theme.config,
|
themeConfig: theme.config,
|
||||||
viewData: view,
|
viewData: view,
|
||||||
|
nodeTextEditZIndex: 1000,
|
||||||
|
nodeNoteTooltipZIndex: 1000,
|
||||||
customNoteContentShow: {
|
customNoteContentShow: {
|
||||||
show: (content, left, top) => {
|
show: (content, left, top) => {
|
||||||
this.$bus.$emit('showNoteContent', content, left, top)
|
this.$bus.$emit('showNoteContent', content, left, top)
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user