From 78535bdd865b0747b954a5813f87dce767349f91 Mon Sep 17 00:00:00 2001 From: LuCat Date: Sat, 19 Mar 2022 00:06:37 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E5=A4=8D=E5=8F=B3=E9=94=AE?= =?UTF-8?q?=E6=8C=89=E9=92=AE=E5=9C=A8=E5=BC=B9=E7=AA=97=E4=B8=8B=E5=B1=82?= =?UTF-8?q?=E7=BA=A7=E9=97=AE=E9=A2=98=20(#1552)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/ContextMenu/src/ContextMenu.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/src/components/ContextMenu/src/ContextMenu.vue b/src/components/ContextMenu/src/ContextMenu.vue index f12f5297..3365fdf6 100644 --- a/src/components/ContextMenu/src/ContextMenu.vue +++ b/src/components/ContextMenu/src/ContextMenu.vue @@ -64,6 +64,7 @@ width: `${width}px`, left: `${left + 1}px`, top: `${top + 1}px`, + zIndex: 9999, }; });