更新icon显示

v1.4.0
于肖磊 2025-08-14 11:11:56 +08:00
parent 70d6b52a33
commit 16f7f1b2ee
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
<template> <template>
<el-tooltip effect="dark" :show-after="200" :hide-after="200" :content="props.content" :raw-content="props.rawContent" placement="top"> <el-tooltip effect="dark" :show-after="200" :hide-after="200" :content="props.content" :raw-content="props.rawContent" placement="top">
<icon name="miaosha-hdgz" size="12" color="#999"></icon> <icon name="help" size="12" color="#999"></icon>
</el-tooltip> </el-tooltip>
</template> </template>