Skip to content

Commit

Permalink
refactor(projects): 更新搜索弹窗的图标
Browse files Browse the repository at this point in the history
  • Loading branch information
honghuangdc committed Aug 3, 2022
1 parent ee434b4 commit ed9cd6c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/layouts/common/GlobalSearch/components/SearchFooter.vue
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<template>
<div class="px-24px h-44px flex-y-center">
<span class="mr-14px flex-y-center">
<icon-ant-design-enter-outlined class="icon text-20px p-2px mr-6px" />
<icon-mdi-keyboard-return class="icon text-20px p-2px mr-6px" />
<span>确认</span>
</span>
<span class="mr-14px flex-y-center">
Expand All @@ -10,7 +10,7 @@
<span>切换</span>
</span>
<span class="flex-y-center">
<icon-mdi-close class="icon text-20px p-2px mr-6px" />
<icon-mdi-keyboard-esc class="icon text-20px p-2px mr-6px" />
<span>关闭</span>
</span>
</div>
Expand Down

0 comments on commit ed9cd6c

Please sign in to comment.