fix: size="mini" & type="text"过时

This commit is contained in:
dhb52
2023-04-09 13:08:19 +08:00
parent daa124a478
commit 4465220ed7
7 changed files with 31 additions and 16 deletions

View File

@@ -17,7 +17,7 @@
<span class="amr-duration" v-if="duration">{{ duration }} </span>
</el-icon>
<div v-if="content">
<el-tag type="success" size="mini">语音识别</el-tag>
<el-tag type="success" size="small">语音识别</el-tag>
{{ content }}
</div>
</div>