故障上报地图宽度调整

This commit is contained in:
小朱 2025-04-14 16:48:43 +08:00
parent 406236cbd3
commit 8316feb78c

View File

@ -28,7 +28,7 @@
</view>
</uni-card>
<view v-if="ebikeInfo.latitude & ebikeInfo.longitude" class="divmap">
<map-location height="300px" :lng="ebikeInfo.longitude" :lat="ebikeInfo.latitude" @change="changePoint" />
<map-location height="500px" :lng="ebikeInfo.longitude" :lat="ebikeInfo.latitude" @change="changePoint" />
</view>
<you-touchbox initTop="500" minTop="220" maxTop="5" @get-end-detail="getEndDetail">
<scroll-view class="scroll-container" :scroll-y="isScrollY" :style="{ height: scrollHeight + 'px' }">
@ -568,7 +568,7 @@
.divmap {
width: 100%;
height: 300px;
height: 500px;
margin-top: -15px;
}
</style>