fix: 修复上下文菜单的 z-index 属性绑定,确保其正确应用于组件
This commit is contained in:
parent
080b60ab1b
commit
58c9cad3d3
@ -6,7 +6,7 @@
|
||||
:placement="dropdownPlacement"
|
||||
:get-popup-container="getPopupContainer"
|
||||
@open-change="handleOpenChange"
|
||||
z-index="998"
|
||||
:z-index="998"
|
||||
>
|
||||
<div
|
||||
ref="triggerRef"
|
||||
|
Loading…
x
Reference in New Issue
Block a user