Commit f02a876 1 parent ad88952 commit f02a876 Copy full SHA for f02a876
File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 9
9
<uni-card >
10
10
<text >这是一个基础卡片示例,内容较少,此示例展示了一个没有任何属性不带阴影的卡片。</text >
11
11
</uni-card >
12
- <view >微信里面下面的 uni-badge 显示不出来,BUG</view >
13
12
<uni-badge text =" 99" ></uni-badge >
13
+ <uni-rate :value =" 3" />
14
14
</template >
Original file line number Diff line number Diff line change 6
6
</route >
7
7
8
8
<template >
9
- <view class =" flex flex-col justify-center items-center text-5 h-8 leading-8 mt-20" >
9
+ <view class =" flex flex-col justify-center items-center text-5 h-12 leading-12 mt-20" >
10
10
<view class =" text-green-500" >文字颜色 text-light-50</view >
11
11
<view class =" text-red-500" >文字颜色 text-red-500</view >
12
- <view class =" bg-green-500" >背景色 bg-light-50</view >
13
- <view class =" bg-red-500" >背景色 bg-red-500</view >
12
+ <view class =" bg-green-500 mt-4 " >背景色 bg-light-50</view >
13
+ <view class =" bg-red-500 mt-4 " >背景色 bg-red-500</view >
14
14
</view >
15
15
</template >
You can’t perform that action at this time.
0 commit comments