feat: 增加上下文菜单的 z-index 属性以确保菜单在其他元素之上显示

This commit is contained in:
xudan 2025-09-10 16:39:34 +08:00
parent 8f6087cea4
commit 8c5cb9b406

View File

@ -6,6 +6,7 @@
:placement="dropdownPlacement"
:get-popup-container="getPopupContainer"
@open-change="handleOpenChange"
z-index="998"
>
<div
ref="triggerRef"
@ -247,4 +248,5 @@ const handleCloseMenu = () => {
:root[theme='dark'] .close-icon {
color: #ffffffd9;
}
</style>