fix:菜单管理图标icon选择弹开后隐藏问题
This commit is contained in:
parent
684133b429
commit
49cf36984d
@ -171,7 +171,7 @@
|
|||||||
</el-col>
|
</el-col>
|
||||||
<el-col :lg="24" v-if="form.menuType != 'F'">
|
<el-col :lg="24" v-if="form.menuType != 'F'">
|
||||||
<el-form-item :label="$t('m.icon')" prop="icon">
|
<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>
|
<template #reference>
|
||||||
<el-input v-model="form.icon" placeholder="点击选择图标" @click="showSelectIcon" readonly>
|
<el-input v-model="form.icon" placeholder="点击选择图标" @click="showSelectIcon" readonly>
|
||||||
<template #prefix>
|
<template #prefix>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user