|
@@ -191,9 +191,8 @@
|
|
|
v-for="(item, index) in selfTakeList"
|
|
|
:key="index">
|
|
|
<view class="group_14 flex-row justify-between">
|
|
|
- <view class="flex-col">
|
|
|
+ <view class="flex-col" >
|
|
|
<text class="text_26" >{{item.name}}</text>
|
|
|
- <text class="text_27" >{{item.address}}</text>
|
|
|
</view>
|
|
|
<view class="flex-row justify-between">
|
|
|
<text class="text-group_9" >距您{{item.distanceDesc}}</text>
|
|
@@ -201,6 +200,11 @@
|
|
|
src="http://www.gzzzyd.com/groupon/order_details/距离@2x.png"/>
|
|
|
</view>
|
|
|
</view>
|
|
|
+ <view class="text_27_view ">
|
|
|
+ <text class="text_27" >{{item.address}}</text>
|
|
|
+ </view>
|
|
|
+
|
|
|
+
|
|
|
<view class="group_15 flex-row">
|
|
|
<view class="tag_1 flex-col">
|
|
|
<text class="c">营业时间: {{item.busStartTimeDesc}}-{{item.busEndTimeDesc}}</text>
|
|
@@ -1468,6 +1472,10 @@ export default {
|
|
|
<style lang="scss" scoped>
|
|
|
@import "/static/css/common.css";
|
|
|
|
|
|
+ .text_27_view{
|
|
|
+ padding-right: 5rpx;
|
|
|
+ }
|
|
|
+
|
|
|
.block_3 {
|
|
|
background-color: rgba(255, 255, 255, 1);
|
|
|
border-radius: 4px;
|
|
@@ -2009,8 +2017,8 @@ export default {
|
|
|
|
|
|
.am2 {
|
|
|
margin-bottom: 20rpx;
|
|
|
- height: 34rpx;
|
|
|
font-size: 24rpx;
|
|
|
+ padding: 5rpx 0;
|
|
|
font-weight: 400;
|
|
|
color: #999999;
|
|
|
line-height: 34rpx;
|
|
@@ -2165,7 +2173,7 @@ export default {
|
|
|
font-size: 24rpx;
|
|
|
font-weight: NaN;
|
|
|
text-align: left;
|
|
|
- white-space: nowrap;
|
|
|
+ /*white-space: nowrap;*/
|
|
|
line-height: 34rpx;
|
|
|
margin-top: 16rpx;
|
|
|
}
|