style: cutMenu层级样式

This commit is contained in:
xingyu
2022-10-11 15:36:42 +08:00
parent 21b0e1fded
commit 0c5101256b
3 changed files with 3 additions and 6 deletions

View File

@@ -208,7 +208,7 @@ const clear = () => {
<Icon icon="ep:setting" color="#fff" />
</div>
<ElDrawer v-model="drawer" direction="rtl" size="350px">
<ElDrawer v-model="drawer" direction="rtl" size="350px" :z-index="4000">
<template #header>
<span class="text-16px font-700">{{ t('setting.projectSetting') }}</span>
</template>