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

@ -10,7 +10,7 @@
<template>
<View fs-30 font-500 leh-42 mx-24rpx mt-24rpx mb-12rpx color="#3A3A3A">
<slot>{{ title }}</slot>
</View>
</view>
</template>
<script lang="ts" setup name="CardTitle">