fix:菜单管理图标icon选择弹开后隐藏问题

This commit is contained in:
不做码农 2022-10-09 09:57:38 +08:00
parent 684133b429
commit 49cf36984d

View File

@ -171,7 +171,7 @@
</el-col>
<el-col :lg="24" v-if="form.menuType != 'F'">
<el-form-item :label="$t('m.icon')" prop="icon">
<el-popover placement="bottom-start" :teleported="false" :width="540" v-model:visible="showChooseIcon" trigger="click">
<el-popover placement="bottom-start" :teleported="false" :width="540" :visible="showChooseIcon" trigger="click">
<template #reference>
<el-input v-model="form.icon" placeholder="点击选择图标" @click="showSelectIcon" readonly>
<template #prefix>