fix: 修复cutMenu收起时

This commit is contained in:
kailong321200875
2022-10-11 14:44:30 +08:00
parent 32d2408588
commit 993af6bb65
2 changed files with 2 additions and 5 deletions

View File

@@ -208,7 +208,7 @@ const clear = () => {
<Icon icon="ant-design:setting-outlined" 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>