From 8c5cb9b406472a38824d55b796deae975161d925 Mon Sep 17 00:00:00 2001 From: xudan Date: Wed, 10 Sep 2025 16:39:34 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E5=A2=9E=E5=8A=A0=E4=B8=8A=E4=B8=8B?= =?UTF-8?q?=E6=96=87=E8=8F=9C=E5=8D=95=E7=9A=84=20z-index=20=E5=B1=9E?= =?UTF-8?q?=E6=80=A7=E4=BB=A5=E7=A1=AE=E4=BF=9D=E8=8F=9C=E5=8D=95=E5=9C=A8?= =?UTF-8?q?=E5=85=B6=E4=BB=96=E5=85=83=E7=B4=A0=E4=B9=8B=E4=B8=8A=E6=98=BE?= =?UTF-8?q?=E7=A4=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/context-menu/context-menu.vue | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/components/context-menu/context-menu.vue b/src/components/context-menu/context-menu.vue index 7532021..f601be9 100644 --- a/src/components/context-menu/context-menu.vue +++ b/src/components/context-menu/context-menu.vue @@ -6,6 +6,7 @@ :placement="dropdownPlacement" :get-popup-container="getPopupContainer" @open-change="handleOpenChange" + z-index="998" >
{ :root[theme='dark'] .close-icon { color: #ffffffd9; } +