暂存
This commit is contained in:
@@ -16,7 +16,7 @@
|
||||
<uni-icons type="checkmarkempty" size="18" color="#55aa7f"></uni-icons>
|
||||
</view>
|
||||
<view class="">
|
||||
已交 {{item.otherInfo.setGiveHomeWorkNumber}} 人
|
||||
已交 <b>{{item.otherInfo.setGiveHomeWorkNumber}}</b> 人
|
||||
</view>
|
||||
</view>
|
||||
<view class="item">
|
||||
@@ -24,7 +24,7 @@
|
||||
<uni-icons type="closeempty" size="18" color="#ff878d"></uni-icons>
|
||||
</view>
|
||||
<view class="">
|
||||
未交 {{item.otherInfo.setNoGiveHomeWorkNumber}} 人
|
||||
未交 <b>{{item.otherInfo.setNoGiveHomeWorkNumber}}</b> 人
|
||||
</view>
|
||||
</view>
|
||||
<view class="item">
|
||||
@@ -32,7 +32,7 @@
|
||||
<uni-icons type="auth" size="18" color="#55aa7f"></uni-icons>
|
||||
</view>
|
||||
<view class="">
|
||||
已评分 {{item.otherInfo.setGiveScoreNumber}} 人
|
||||
已评分 <b>{{item.otherInfo.setGiveScoreNumber}}</b> 人
|
||||
</view>
|
||||
</view>
|
||||
<view class="item">
|
||||
@@ -40,7 +40,7 @@
|
||||
<uni-icons type="spinner-cycle" size="18" color="#ff878d"></uni-icons>
|
||||
</view>
|
||||
<view class="">
|
||||
未评分 {{item.otherInfo.setNoGiveScoreNumber}} 人
|
||||
未评分 <b>{{item.otherInfo.setNoGiveScoreNumber}}</b> 人
|
||||
</view>
|
||||
</view>
|
||||
</view>
|
||||
@@ -227,7 +227,7 @@
|
||||
|
||||
.leve2 { justify-content: space-between;
|
||||
color: #666; font-size: 24rpx;
|
||||
|
||||
b{font-size: 34rpx; padding: 0 4rpx; font-weight: normal;}
|
||||
.item{text-align: center; padding-top: 0; padding-bottom: 0; margin-bottom: 0;}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user