Commit 9bfc6419 authored by ZJG's avatar ZJG

样式修改

parent f018853c
<template>
<view class="map">
<map id="navmap" style="width: 100%;height: 600px;" :markers="markers" :latitude="src_latitude" :longitude="src_longitude"
<map id="navmap" style="width: 100%;height: 600px;" :markers="markers" :latitude="src_latitude" :longitude="src_longitude" :scale="scale"
:hidden="false">
</map>
<view class="liststyle" v-if="details.type==1">
......@@ -30,6 +30,7 @@
upcar:[],
downcar:[],
mainColor:'',
scale:9
}
},
onReady(){
......
......@@ -254,11 +254,18 @@
<view class="box-c-car">
<view class="box-c-caritem">
<view class="box-c-caritem-l">上车地点</view>
<view class="box-c-caritem-r" @click="goopenlocation(x.DepartLonlat)">{{x.DepartAddress}}</view>
<view class="box-c-caritem-r" @click="goopenlocation(x.DepartLonlat)" style="display: flex;align-items: flex-start;justify-content: flex-end;">
<u-icon name="location-o" size="34"></u-icon>
{{x.DepartAddress}}
</view>
</view>
<view class="box-c-caritem">
<view class="box-c-caritem-l">下车地点</view>
<view class="box-c-caritem-r" @click="goopenlocation(x.ArriveLonlat)">{{x.ArriveAddress}}</view>
<view class="box-c-caritem-r" @click="goopenlocation(x.ArriveLonlat)" style="display: flex;align-items: flex-start;justify-content: flex-end;">
<u-icon name="location-o" size="34"></u-icon>
{{x.ArriveAddress}}
</view>
</view>
<view class="xian"></view>
<view class="box-c-caritem">
......
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