技师收益字体调整

This commit is contained in:
曹磊 2024-08-28 19:11:52 +08:00
parent f7da132d49
commit 98b79c34de
1 changed files with 2 additions and 2 deletions

View File

@ -5,8 +5,8 @@
<view>
<view style="color: #999999;font-size: 28upx;">
<view style="margin-bottom: 8upx;color: #333; font-size: 32rpx;font-weight: bold;">{{item.entryName}}</view>
<view style="margin-bottom: 8upx; font-size: 29.6rpx; color: #666; margin-top: 20rpx;">{{item.address}}</view>
<view style="margin-bottom: 8upx; font-size: 24rpx; color: #999;margin-top: 20rpx;"> 服务时间{{item.serveTime}}</view>
<view style="margin-bottom: 8upx; font-size: 30rpx; color: #666; margin-top: 20rpx;">{{item.address}}</view>
<view style="margin-bottom: 8upx; font-size: 30rpx; color: #999;margin-top: 20rpx;"> 服务时间{{item.serveTime}}</view>
<view style="margin-bottom: 8upx;text-align: right;">
<text class="text-olive" style="font-size: 32upx;font-weight: 600"><text class="text-olive">+</text>{{item.artificerMoneyTotal}}</text>
</view>