feat: 删除View和Text引用

This commit is contained in:
2023-07-13 16:26:03 +08:00
parent 3d1cf71ff1
commit b6e30a9c20
6 changed files with 45 additions and 43 deletions

View File

@ -8,8 +8,8 @@
*
-->
<template>
<View mx-24rpx break-all mt-16rpx flex>
<View color="#909399" shrink-0>
<view mx-24rpx break-all mt-16rpx flex>
<view color="#909399" shrink-0>
<slot name="label">
{{ label }}
<template v-if="label">
@ -24,11 +24,6 @@
</text>
</slot>
</view>
<view>
<View h-48rpx w-128rpx rounded-8rpx border-solid color="#f3a73f" border="#f6ddb8" bg="#fff6e8" border-2rpx fs-24 leh-48 text-center>
试试
</view>
</view>
</view>
</template>