From 57a51585d28fc5ebf18a6618f59bdfb40504a4f8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=8E=8B=E4=B8=B9?= <> Date: Wed, 18 Dec 2024 17:02:06 +0800 Subject: [PATCH] . --- pages/index-map.vue | 63 ++++++++++++++++++++++----------------------- 1 file changed, 31 insertions(+), 32 deletions(-) diff --git a/pages/index-map.vue b/pages/index-map.vue index de75b3f..4a12f1f 100644 --- a/pages/index-map.vue +++ b/pages/index-map.vue @@ -11,15 +11,16 @@ :change:landMap="leaflet.drawEmitHandler" :davice="mapObj.davice" :change:davice="leaflet.markerEmitHandler" :updateMarker="mapObj.updateMarker" :change:updateMarker="leaflet.updateMarkerEmitHandler" /> - + + + - - - @@ -1085,34 +1086,34 @@ } // 图层 - .above { - background-color: #fff; - border-radius: 5px; - position: absolute; - z-index: 1100; - width: 35px; - min-height: 35px; - top: 15%; - right: 10px; - transform: translateY(-50%); + // .above { + // background-color: #fff; + // border-radius: 5px; + // position: absolute; + // z-index: 1100; + // width: 35px; + // min-height: 35px; + // top: 15%; + // right: 10px; + // transform: translateY(-50%); - &>view { - display: flex; - align-items: center; - justify-content: center; - flex-direction: column; - height: 35px; + // &>view { + // display: flex; + // align-items: center; + // justify-content: center; + // flex-direction: column; + // height: 35px; - i { - display: flex; - flex-direction: column; + // i { + // display: flex; + // flex-direction: column; - span { - font-size: 9px; - } - } - } - } + // span { + // font-size: 9px; + // } + // } + // } + // } .below { position: absolute; @@ -1141,8 +1142,6 @@ /* 图层弹出 */ .layer { padding: 10px; - position: absolute; - z-index: 1200; background-color: #eff0f5; width: 100%; border-radius: 10px 10px 0 0; @@ -1183,7 +1182,7 @@ } .title { - padding: 0 10px 10px 10px; + font-size: 16px; display: flex; justify-content: space-between;