mirror of
https://gitee.com/hhyykk/ipms-sjy-ui.git
synced 2025-07-14 10:55:06 +08:00
【解决todo】el-button icon 改为 Icon 使用 iconfy 资源
This commit is contained in:
@ -22,11 +22,14 @@
|
||||
<Icon icon="ep:setting" class="ml-10px" />
|
||||
</el-button>
|
||||
<el-button size="small" class="btn" @click="handlerMessageClear">
|
||||
<img src="@/assets/ai/clear.svg" class="h-14px" />
|
||||
<Icon icon="heroicons-outline:archive-box-x-mark" color="#787878" />
|
||||
</el-button>
|
||||
<el-button size="small" class="btn">
|
||||
<Icon icon="ep:download" color="#787878" />
|
||||
</el-button>
|
||||
<el-button size="small" class="btn" @click="handleGoTopMessage" >
|
||||
<Icon icon="ep:top" color="#787878" />
|
||||
</el-button>
|
||||
<!-- TODO @fan:下面两个 icon,可以使用类似 <Icon icon="ep:question-filled" /> 替代哈 -->
|
||||
<el-button size="small" :icon="Download" class="btn" />
|
||||
<el-button size="small" :icon="Top" class="btn" @click="handleGoTopMessage" />
|
||||
</div>
|
||||
</el-header>
|
||||
|
||||
|
Reference in New Issue
Block a user