星油企业版更新
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
<template>
|
||||
<view class="mapIcon">
|
||||
<view class="Position">
|
||||
<image @click="$emit('reset')" v-if="polyline.length==0" src="../../../../static/img/myPosition.png" ></image>
|
||||
<image @click="$emit('reset')" v-if="polyline.length==0" src="https://xoi-support.oss-cn-hangzhou.aliyuncs.com/星油运营小程序/myPosition.png" ></image>
|
||||
<image @click="$emit('swich',true);isShow.strategy=!isShow.strategy" v-else src="../../../static/img/trajectory.png" ></image>
|
||||
</view>
|
||||
<!-- <uni-icons v-if="polyline.length!==0" @click=" isShow.strategy=!isShow.strategy" type="map-pin-ellipse" size='25'></uni-icons> -->
|
||||
@@ -151,12 +151,14 @@
|
||||
}
|
||||
|
||||
.mapIcon {
|
||||
text-align: end;
|
||||
padding-right: 30rpx;
|
||||
padding-bottom: 15rpx;
|
||||
// padding-bottom: 15rpx;
|
||||
position: relative;
|
||||
height: 80rpx;
|
||||
margin-bottom: 10rpx;
|
||||
// height: 80rpx;
|
||||
// margin-bottom: 10rpx;
|
||||
position: absolute;
|
||||
width: min-content;
|
||||
top: -90rpx;
|
||||
right: 30rpx;
|
||||
}
|
||||
|
||||
.filterBox {
|
||||
|
||||
Reference in New Issue
Block a user