Commit 3854ab39 authored by 王玉鑫's avatar 王玉鑫

fix: 列表页搜索面板层级修正

parent 7725797f
...@@ -95,7 +95,7 @@ ...@@ -95,7 +95,7 @@
> >
</u-empty> </u-empty>
</view> </view>
<div v-else class="content"> <div v-else class="content z-100">
<map id="mapId" @markertap="handleMarkerClick" @callouttap="handleMarkerClick" :scale='10' style="width: 100%;height: calc(100vh - 246rpx)" latitude="31.464086" longitude="116.944909" class="map" :markers="markers"> <map id="mapId" @markertap="handleMarkerClick" @callouttap="handleMarkerClick" :scale='10' style="width: 100%;height: calc(100vh - 246rpx)" latitude="31.464086" longitude="116.944909" class="map" :markers="markers">
</map> </map>
<div v-if="activeInfo.id" :key="activeInfo.id" @click="toDetail(activeInfo)" style="position: fixed;padding: 0 30rpx;bottom: 30rpx;width: 100vw;z-index: 999;box-sizing: border-box;"> <div v-if="activeInfo.id" :key="activeInfo.id" @click="toDetail(activeInfo)" style="position: fixed;padding: 0 30rpx;bottom: 30rpx;width: 100vw;z-index: 999;box-sizing: border-box;">
...@@ -500,10 +500,14 @@ export default { ...@@ -500,10 +500,14 @@ export default {
right: 0; right: 0;
left: 0;; left: 0;;
background-color: white; background-color: white;
z-index: 101;
} }
.z-5001 { .z-5001 {
z-index: 5001; z-index: 5001;
} }
.z-100 {
z-index: 100;
}
.relative { .relative {
position: relative; position: relative;
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment