style: 修改 Search 组件图标错误
This commit is contained in:
parent
4f5ef3dbf1
commit
7c93b74e8f
|
@ -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"
|
||||
>
|
||||
|
|
Loading…
Reference in New Issue