解决层级遮罩问题

解决小屏幕下,右键菜单被工具栏遮挡问题
This commit is contained in:
Misaki 2024-07-01 15:33:32 +08:00 committed by GitHub
parent 8647cb5893
commit 33a897011c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -3,7 +3,7 @@
class="contextmenuContainer listBox"
v-if="isShow"
ref="contextmenuRef"
:style="{ left: left + 'px', top: top + 'px' }"
:style="{ left: left + 'px', top: top + 'px', 'z-index': 3 }"
:class="{ isDark: isDark }"
>
<template v-if="type === 'node'">