From e804a8f2f73745c96f3ceab3932f33d526efeb8d Mon Sep 17 00:00:00 2001 From: wanglin2 <1013335014@qq.com> Date: Tue, 18 Apr 2023 17:19:43 +0800 Subject: [PATCH] =?UTF-8?q?Demo=EF=BC=9A=E4=BF=AE=E5=A4=8D=E5=AF=8C?= =?UTF-8?q?=E6=96=87=E6=9C=AC=E7=BC=96=E8=BE=91=E6=97=B6=E5=B7=A5=E5=85=B7?= =?UTF-8?q?=E6=A0=8F=E5=B1=82=E7=BA=A7=E6=AF=94=E8=8A=82=E7=82=B9=E7=BC=96?= =?UTF-8?q?=E8=BE=91=E6=A1=86=E4=BD=8E=E7=9A=84=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- web/src/pages/Edit/components/Edit.vue | 2 ++ 1 file changed, 2 insertions(+) diff --git a/web/src/pages/Edit/components/Edit.vue b/web/src/pages/Edit/components/Edit.vue index 5434aa04..bc7efae9 100644 --- a/web/src/pages/Edit/components/Edit.vue +++ b/web/src/pages/Edit/components/Edit.vue @@ -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)