Commit 761f1819 authored by 刘用法's avatar 刘用法

详情页面没有底部button时候页面要长,履约记录换行

parent fc124ce9
...@@ -91,7 +91,7 @@ ...@@ -91,7 +91,7 @@
</view> </view>
<view v-show="record.operationType==='报备' || record.operationType==='预约'|| record.operationType==='改约'"> <view v-show="record.operationType==='报备' || record.operationType==='预约'|| record.operationType==='改约'">
<text>{{record.operationType==='报备' ? '下次联系时间:' : record.operationType==='改约'?'改约时间:': ''}}</text> <text>{{record.operationType==='报备' ? '下次联系时间:' : record.operationType==='改约'?'改约时间:': ''}}</text>
<text style="color: #2272FF;">{{record.orderRecordRemark}}</text> <text style="color: #2272FF;word-break: break-all;">{{record.orderRecordRemark}}</text>
</view> </view>
</view> </view>
</view> </view>
...@@ -110,7 +110,7 @@ ...@@ -110,7 +110,7 @@
</view> </view>
</view> </view>
</view> </view>
<view class="toolbar"> <view v-if="showCenterBtn" class="toolbar">
<!-- 背景,内容,请求接口 根据状态不同改变 {{operationDoing[order.orderStatus].background}} --> <!-- 背景,内容,请求接口 根据状态不同改变 {{operationDoing[order.orderStatus].background}} -->
<!-- 过程反馈 --> <!-- 过程反馈 -->
<view class="left"> <view class="left">
...@@ -778,6 +778,7 @@ ...@@ -778,6 +778,7 @@
overflow: auto; overflow: auto;
margin-right: 30rpx; margin-right: 30rpx;
margin-left: 30rpx; margin-left: 30rpx;
margin-bottom: 30rpx;
.card { .card {
background-color: #FFFFFF; background-color: #FFFFFF;
...@@ -969,7 +970,6 @@ ...@@ -969,7 +970,6 @@
} }
.toolbar { .toolbar {
margin-top: 30rpx;
margin-bottom: 44rpx; margin-bottom: 44rpx;
display: flex; display: flex;
justify-content: center; justify-content: center;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment