fix: 修复IconPicker BUG
This commit is contained in:
@@ -104,8 +104,8 @@ const iconSelect = (icon: string) => {
|
||||
@show="popoverShow"
|
||||
>
|
||||
<template #reference>
|
||||
<div v-if="modelValue" :style="iconWrapStyle">
|
||||
<Icon :icon="modelValue" />
|
||||
<div :style="iconWrapStyle">
|
||||
<Icon v-if="modelValue" :icon="modelValue" />
|
||||
</div>
|
||||
</template>
|
||||
<ElScrollbar class="h-[calc(100%-50px)]!">
|
||||
|
||||
Reference in New Issue
Block a user