From 412ae6e2ae32bada332f66ee9a0516ad7252bd32 Mon Sep 17 00:00:00 2001 From: wanghui Date: Thu, 7 Dec 2023 17:41:05 +0800 Subject: [PATCH] 1 --- src/App.vue | 1 + src/views/HomeView.vue | 7 ++++--- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/src/App.vue b/src/App.vue index f6104b5..a3bff45 100644 --- a/src/App.vue +++ b/src/App.vue @@ -57,6 +57,7 @@ let clickNum = (num,path) => { .bottom { + z-index: 999; background-color: #fff !important; display: flex; align-items: center; diff --git a/src/views/HomeView.vue b/src/views/HomeView.vue index 98d31b7..796eb56 100644 --- a/src/views/HomeView.vue +++ b/src/views/HomeView.vue @@ -30,6 +30,7 @@ round position="bottom" :style="{ height: '45%' }" + style="z-index: 10" > { map = new T.Map("mapDiv"); // map.setMapType(window.TMAP_SATELLITE_MAP); - map.centerAndZoom(new T.LngLat(121.88356,29.45144), 13); + map.centerAndZoom(new T.LngLat(121.88356, 29.45144), 13); control = new T.Control.Zoom(); //添加缩放平移控件 map.addControl(control); @@ -395,7 +396,7 @@ onMounted(() => { width: 100%; height: calc(100% - 102px); overflow: auto; - padding-bottom: 50px; + padding-bottom: 80px; .cardlist { background-color: #fff; padding: 14px 16px 0;