refactor(样式): View Text

This commit is contained in:
2023-07-13 12:31:46 +08:00
parent 69be9b75bd
commit f83c1b348e
10 changed files with 29 additions and 47 deletions

View File

@ -8,7 +8,7 @@
*
-->
<template>
<Text
<text
class="th-tag"
:class="className"
text-center
@ -23,7 +23,7 @@
rounded-16rpx
>
&nbsp;&nbsp;&nbsp;{{ text }}&nbsp;&nbsp;&nbsp;
</Text>
</text>
</template>
<script lang="ts" setup name="Tag">