Merge branch 'mrr_sj_develop_丁杰_20260413_pricer' of https://gitee.com/qtvbidt/mrr.sj.front into mrr_sj_develop_丁杰_20260413_pricer
This commit is contained in:
commit
90de758ff0
|
|
@ -40,6 +40,8 @@
|
|||
|
||||
<!-- 时间信息 -->
|
||||
<!-- <view class="time-info"><text style="color:#999999 ;">服务时段:</text>{{ useTime }}</view> -->
|
||||
<!-- 上门地址 -->
|
||||
<view class="order-address" v-if="dataItem.user_sj.address">上门地址:{{ dataItem.user_sj.address }}</view>
|
||||
|
||||
<!-- 操作按钮 -->
|
||||
<view class="button-group">
|
||||
|
|
@ -304,6 +306,16 @@
|
|||
font-style: normal;
|
||||
}
|
||||
|
||||
.order-address {
|
||||
font-weight: 400;
|
||||
font-size: 26rpx;
|
||||
color: #666666;
|
||||
line-height: 34rpx;
|
||||
text-align: left;
|
||||
font-style: normal;
|
||||
margin-top: 24rpx;
|
||||
}
|
||||
|
||||
/* 时间信息 */
|
||||
.time-info {
|
||||
font-weight: 400;
|
||||
|
|
@ -321,7 +333,7 @@
|
|||
display: flex;
|
||||
justify-content: flex-end;
|
||||
gap: 30rpx;
|
||||
padding-top: 20rpx;
|
||||
// padding-top: 20rpx;
|
||||
padding-bottom: 30rpx;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue