11
This commit is contained in:
parent
2e75ce3ae3
commit
6ece00b083
|
@ -23,7 +23,10 @@
|
|||
:circles="circles" :show-location="true" :markers="markers" :polygons="polyline" @markertap="onMarkerTap"
|
||||
@regionchange="onMapRegionChange">
|
||||
<view class="center-marker">
|
||||
<image src="https://lxnapi.ccttiot.com/bike/img/static/uO9cDa2dktAz9uyiG6ZN" style="width: 514rpx; height: 210rpx;" />
|
||||
<!-- https://lxnapi.ccttiot.com/bike/img/static/uZdgdHaduvMTKOpMKYxZ -->
|
||||
<image src="https://lxnapi.ccttiot.com/bike/img/static/uZdgdHaduvMTKOpMKYxZ" style="width: 42rpx; height: 78rpx;" v-if="showdevList" />
|
||||
<!-- <image src="https://lxnapi.ccttiot.com/bike/img/static/uAwnNprackI9p9dXFg8C" style="width: 80rpx; height: 80rpx;" /> -->
|
||||
|
||||
</view>
|
||||
</map>
|
||||
<view class="park" @click="toggleIconAndCallout">
|
||||
|
@ -1133,7 +1136,7 @@
|
|||
position: absolute;
|
||||
top: 50%;
|
||||
left: 50%;
|
||||
transform: translate(-50%, -100%); /* 定位在中心点上方 */
|
||||
transform: translate(-50%, -80%); /* 定位在中心点上方 */
|
||||
pointer-events: none; /* 使其不可点击 */
|
||||
}
|
||||
.fixdivce {
|
||||
|
|
Loading…
Reference in New Issue
Block a user