地图尺寸还原

This commit is contained in:
aixianling
2023-10-24 18:12:13 +08:00
parent 67f1d0c45c
commit 1dd3a81607

View File

@@ -53,7 +53,7 @@
</fd-card> </fd-card>
</div> </div>
<div class="center fill relative"> <div class="center fill relative">
<fd-map ref="map" class="w100" v-model="map" :root="areaId" style="height: calc(100% - 114px)"/> <fd-map ref="map" class="w100 h100" v-model="map" :root="areaId"/>
<fd-card class="centerBottom pad-b8" label="实时动态"> <fd-card class="centerBottom pad-b8" label="实时动态">
<dv-scroll-board class="mar-t14" :config="realtimeEvents" style="height: 114px" <dv-scroll-board class="mar-t14" :config="realtimeEvents" style="height: 114px"
@click="handleRealtimeEventDialog"/> @click="handleRealtimeEventDialog"/>