Skip to content

Commit 326fc3d

Browse files
committed
【解决todo】el-button icon 改为 Icon 使用 iconfy 资源
1 parent cb68ef5 commit 326fc3d

File tree

2 files changed

+7
-5
lines changed

2 files changed

+7
-5
lines changed

src/assets/ai/clear.svg

Lines changed: 0 additions & 1 deletion
This file was deleted.

src/views/ai/chat/index/index.vue

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,11 +22,14 @@
2222
<Icon icon="ep:setting" class="ml-10px" />
2323
</el-button>
2424
<el-button size="small" class="btn" @click="handlerMessageClear">
25-
<img src="@/assets/ai/clear.svg" class="h-14px" />
25+
<Icon icon="heroicons-outline:archive-box-x-mark" color="#787878" />
26+
</el-button>
27+
<el-button size="small" class="btn">
28+
<Icon icon="ep:download" color="#787878" />
29+
</el-button>
30+
<el-button size="small" class="btn" @click="handleGoTopMessage" >
31+
<Icon icon="ep:top" color="#787878" />
2632
</el-button>
27-
<!-- TODO @fan:下面两个 icon,可以使用类似 <Icon icon="ep:question-filled" /> 替代哈 -->
28-
<el-button size="small" :icon="Download" class="btn" />
29-
<el-button size="small" :icon="Top" class="btn" @click="handleGoTopMessage" />
3033
</div>
3134
</el-header>
3235

0 commit comments

Comments
 (0)