|
@@ -45,9 +45,8 @@
|
|
</view>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
<view class="freight" v-if="info.memo != ''">
|
|
<view class="freight" v-if="info.memo != ''">
|
|
- <text style="margin: 0 30rpx 0 60rpx;">留言:</text>
|
|
|
|
- <text>{{info.memo}}</text>
|
|
|
|
- <!-- <u-input type="text" :value="info.memo" border="none" disabled disabledColor="#fff" fontSize="14" color="#333333"/> -->
|
|
|
|
|
|
+ <view style="width: 150rpx;display: inline-block;">留言:</view>
|
|
|
|
+ <view style="display: inline-block;width: 524rpx;vertical-align: top;">{{info.memo}}</view>
|
|
</view>
|
|
</view>
|
|
|
|
|
|
<view class="detail-info">
|
|
<view class="detail-info">
|
|
@@ -394,7 +393,7 @@
|
|
margin-bottom: 20rpx;
|
|
margin-bottom: 20rpx;
|
|
background-color: #fff;
|
|
background-color: #fff;
|
|
// justify-content: space-between;
|
|
// justify-content: space-between;
|
|
- padding: 20rpx 16rpx;
|
|
|
|
|
|
+ padding: 20rpx 28rpx;
|
|
}
|
|
}
|
|
|
|
|
|
.detail {
|
|
.detail {
|