|
@@ -53,10 +53,10 @@
|
|
|
</view>
|
|
|
</view>
|
|
|
<view class="greey-font">{{item.reserveTime}},预估{{item.reserveWeightDictValue}}</view>
|
|
|
- <view class="flex">
|
|
|
- <view v-for="(key,index) in item.reserveTypeList" :key="index" class="mark">
|
|
|
+ <view class="type">
|
|
|
+ <text v-for="(key,index) in item.reserveTypeList" :key="index" class="mark">
|
|
|
{{key}}
|
|
|
- </view>
|
|
|
+ </text>
|
|
|
</view>
|
|
|
</view>
|
|
|
</view>
|
|
@@ -423,14 +423,17 @@
|
|
|
&:last-child .cont-item-right {
|
|
|
border-bottom: none;
|
|
|
}
|
|
|
+ .type{
|
|
|
+ line-height: 50rpx;
|
|
|
+ }
|
|
|
.mark{
|
|
|
padding: 6rpx 16rpx;
|
|
|
border-radius: 12rpx;
|
|
|
font-size: 22rpx;
|
|
|
- margin-top: 12rpx;
|
|
|
background-color: #EFEFEF;
|
|
|
color: #666666;
|
|
|
margin-right: 20rpx;
|
|
|
+ margin-bottom: 10rpx;
|
|
|
}
|
|
|
.mark-left{
|
|
|
border: 1px solid #BB8415;
|