fix 适配

This commit is contained in:
2025-12-15 15:40:16 +08:00
parent 817fa27136
commit 159efd166a
4 changed files with 51 additions and 20 deletions

View File

@@ -2,7 +2,7 @@
<scroll-view :scroll-y="true" class="nearby-scroll" @scrolltolower="scrollBottom">
<view class="nearby-map" @touchmove.stop.prevent>
<map
style="width: 100%; height: 400px"
style="width: 100%; height:410rpx "
:latitude="latitudeVal"
:longitude="longitudeVal"
:markers="mapCovers"
@@ -362,11 +362,11 @@ defineExpose({ loadData, handleFilterConfirm });
height: 100%;
background: #f4f4f4;
.nearby-map
height: 767rpx;
height: 400rpx;
background: #e8e8e8;
overflow: hidden
.nearby-list
min-height: calc(100% - 384rpx)
min-height: calc(100% - 400rpx)
background: #f4f4f4
display: flex;
flex-direction: column;