From 528efaf110c6dee984234fa1da90d759e41ab60c Mon Sep 17 00:00:00 2001 From: wangqi <magical1908@outlook.com> Date: 星期四, 08 四月 2021 17:30:30 +0800 Subject: [PATCH] echats 上tabs样式 --- src/components/LayerController/logic/WasteWater.js | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/LayerController/logic/WasteWater.js b/src/components/LayerController/logic/WasteWater.js index 374b747..c3bccaf 100644 --- a/src/components/LayerController/logic/WasteWater.js +++ b/src/components/LayerController/logic/WasteWater.js @@ -38,7 +38,7 @@ icon: L.icon({ iconUrl: iconUrl, iconSize: [20, 20], - iconAnchor: [25, 25] + iconAnchor: [10, 10] }) }) layer.addLayer(marker) @@ -64,7 +64,7 @@ // console.log(e.layer.options.test) instance.$mount() document.body.appendChild(instance.$el) - this.setPanTo(e.latlng, 240) + this.setPanTo(e.latlng, 80) } // 鏍规嵁杩斿洖鍊肩殑涓嶅悓鏍囪涓嶅悓鍥剧墖 -- Gitblit v1.8.0