From fd0ec4e75f496e4ed211bb6d61e997e03c0e46ed Mon Sep 17 00:00:00 2001
From: yangdelong <828900aaa>
Date: 星期三, 07 四月 2021 10:22:49 +0800
Subject: [PATCH] 修改地图样式里面的 size 值

---
 src/Sgis.js |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/src/Sgis.js b/src/Sgis.js
index e26ff26..6626200 100644
--- a/src/Sgis.js
+++ b/src/Sgis.js
@@ -16,6 +16,7 @@
 import './components/plugin/Editable' // 鏍囩粯鎿嶄綔
 import './components/plugin/MagicMarker' // 鍔ㄧ敾Marker
 import './assets/css/map/magic.min.css' // 鍔ㄧ敾Marker css
+import '@/components/plugin/magicMarker.css'
 import '@components/plugin/pulse/Pulse' // marker 澶栧湀娉�
 import '@components/plugin/pulse/Pulse.css' // marker 澶栧湀娉� css
 
@@ -48,6 +49,7 @@
  */
 const initBasemapsHelper = (map) => {
   // todo 杩欓噷杩涜搴曞浘鍦板浘鐨勫垵濮嬪寲
+  console.log(map)
   return new BasemapHelper({ map })
 }
 /**

--
Gitblit v1.8.0