File tree Expand file tree Collapse file tree 2 files changed +7
-5
lines changed Expand file tree Collapse file tree 2 files changed +7
-5
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change 22
22
<Icon icon =" ep:setting" class =" ml-10px" />
23
23
</el-button >
24
24
<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" />
26
32
</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" />
30
33
</div >
31
34
</el-header >
32
35
You can’t perform that action at this time.
0 commit comments