style: 修改 Search 组件图标错误

This commit is contained in:
kailong321200875 2023-09-25 16:16:05 +08:00
parent 4f5ef3dbf1
commit 7c93b74e8f
1 changed files with 1 additions and 1 deletions

View File

@ -50,7 +50,7 @@ const onExpand = () => {
</ElButton>
<ElButton
v-if="showExpand"
:icon="useIcon({ icon: visible ? 'ep:arrow-down' : 'ep:arrow-up' })"
:icon="useIcon({ icon: visible ? 'ep:arrow-up' : 'ep:arrow-down' })"
text
@click="onExpand"
>