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

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

parent 7725797f
......@@ -95,7 +95,7 @@
>
</u-empty>
</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>
<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 {
right: 0;
left: 0;;
background-color: white;
z-index: 101;
}
.z-5001 {
z-index: 5001;
}
.z-100 {
z-index: 100;
}
.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