Browse Source

style: 修改 Search 组件图标错误

kailong321200875 1 year ago
parent
commit
7c93b74e8f
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/components/Search/src/components/ActionButton.vue

+ 1 - 1
src/components/Search/src/components/ActionButton.vue

@@ -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"
   >