style: 修改 Search 组件图标错误

master
kailong321200875 2 years ago
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…
Cancel
Save