generated from thzxcx/vue3
refactor(样式): View Text
This commit is contained in:
@ -2,16 +2,16 @@
|
||||
* @Author: peerless_hero peerless_hero@outlook.com
|
||||
* @Date: 2023-07-08 01:36:19
|
||||
* @LastEditors: zhaojinfeng 121016171@qq.com
|
||||
* @LastEditTime: 2023-07-13 10:22:18
|
||||
* @LastEditTime: 2023-07-13 12:06:10
|
||||
* @FilePath: \uni\packages\card\index.vue
|
||||
* @Description:
|
||||
*
|
||||
-->
|
||||
<template>
|
||||
<View class="th-card" bg-white rounded-16rpx m-24rpx max-w-702rpx overflow-hidden>
|
||||
<view class="th-card" bg-white rounded-16rpx m-24rpx max-w-702rpx overflow-hidden>
|
||||
<slot />
|
||||
<View v-if="noCardActions" h-16rpx />
|
||||
</View>
|
||||
<view v-if="noCardActions" h-16rpx />
|
||||
</view>
|
||||
</template>
|
||||
|
||||
<script lang="ts" setup name="Card">
|
||||
|
Reference in New Issue
Block a user