mirror of
https://gitee.com/dapppp/ruoyi-plus-vben5.git
synced 2026-04-11 07:03:16 +08:00
fix(workflow): 修复流程图底部操作栏被遮挡问题
为流程图底部操作栏添加 z-index,确保其始终显示在最上层
This commit is contained in:
@@ -352,6 +352,7 @@ const handleMenuClick: DropdownEmits['menuClick'] = (e) => {
|
|||||||
'absolute bottom-0 left-0',
|
'absolute bottom-0 left-0',
|
||||||
'border-t-solid border-t-[1px]',
|
'border-t-solid border-t-[1px]',
|
||||||
'w-full bg-background p-3',
|
'w-full bg-background p-3',
|
||||||
|
'z-[100]',
|
||||||
)
|
)
|
||||||
"
|
"
|
||||||
>
|
>
|
||||||
|
|||||||
Reference in New Issue
Block a user