generated from thzxcx/vue3
refactor(样式): View Text
This commit is contained in:
@ -2,7 +2,7 @@
|
||||
* @Author: peerless_hero peerless_hero@outlook.com
|
||||
* @Date: 2023-07-08 01:44:46
|
||||
* @LastEditors: zhaojinfeng 121016171@qq.com
|
||||
* @LastEditTime: 2023-07-10 19:07:56
|
||||
* @LastEditTime: 2023-07-13 12:11:08
|
||||
* @FilePath: \uni\packages\card-text\index.vue
|
||||
* @Description:
|
||||
*
|
||||
@ -16,20 +16,20 @@
|
||||
:
|
||||
</template>
|
||||
</slot>
|
||||
</View>
|
||||
<View color="#3a3a3a" flex-grow>
|
||||
</view>
|
||||
<view color="#3a3a3a" flex-grow>
|
||||
<slot name="text">
|
||||
<Text>
|
||||
<text>
|
||||
{{ text }}
|
||||
</Text>
|
||||
</text>
|
||||
</slot>
|
||||
</View>
|
||||
<View>
|
||||
</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>
|
||||
</view>
|
||||
</view>
|
||||
</view>
|
||||
</template>
|
||||
|
||||
<script lang="ts" setup name="CardText">
|
||||
|
Reference in New Issue
Block a user