fix: 🐛 图标不显示问题修复

This commit is contained in:
ray
2024-10-11 16:57:24 +08:00
parent 3273b237d1
commit dbc1a355f9
2 changed files with 6 additions and 6 deletions

View File

@@ -48,11 +48,11 @@
<el-form-item>
<el-button type="primary" @click="handleQuery">
<Search />
<template #icon><Search /></template>
搜索
</el-button>
<el-button @click="handleResetQuery">
<Refresh />
<template #icon><Refresh /></template>
重置
</el-button>
</el-form-item>