|
@@ -112,7 +112,7 @@
|
|
|
|
|
|
</view>
|
|
</view>
|
|
<view class="content_tuiguang_money">
|
|
<view class="content_tuiguang_money">
|
|
- <text class="money_num">¥{{userInfo.surplusTaskAmount||0}}</text>
|
|
|
|
|
|
+ <text class="money_num">¥{{Number(userInfo.surplusTaskAmount).toFixed(2)||'0.00'}}</text>
|
|
<text class="money_num_des">剩余任务金额</text>
|
|
<text class="money_num_des">剩余任务金额</text>
|
|
<view class="money_list">
|
|
<view class="money_list">
|
|
<text class="money_name">类型</text>
|
|
<text class="money_name">类型</text>
|
|
@@ -888,6 +888,8 @@
|
|
max-width: 360rpx;
|
|
max-width: 360rpx;
|
|
|
|
|
|
.house_name {
|
|
.house_name {
|
|
|
|
+ width: 100%;
|
|
|
|
+ word-break:break-all;
|
|
font-size: 30rpx;
|
|
font-size: 30rpx;
|
|
font-family: Verdana, Verdana-Bold;
|
|
font-family: Verdana, Verdana-Bold;
|
|
font-weight: 700;
|
|
font-weight: 700;
|
|
@@ -958,6 +960,7 @@
|
|
text-align: left;
|
|
text-align: left;
|
|
color: #b1b1b1;
|
|
color: #b1b1b1;
|
|
margin-bottom: 20rpx;
|
|
margin-bottom: 20rpx;
|
|
|
|
+ word-break:break-all;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
|