From bc783367ccbff3f1cea645781e3fcc26cb4a0972 Mon Sep 17 00:00:00 2001
From: 李红刚 <p-honggang.li@pcitc.com>
Date: 星期三, 17 三月 2021 14:43:25 +0800
Subject: [PATCH] 修改标绘绘制圆出现中心点BUG及同时清除多个图层

---
 src/App.vue |    3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)

diff --git a/src/App.vue b/src/App.vue
index 24ecc4b..6b056a7 100644
--- a/src/App.vue
+++ b/src/App.vue
@@ -14,7 +14,6 @@
 </script>
 
 <style lang="less">
-@import '@assets/css/map/_map-variable';
 html, body, #app{
   color: @color;
   height: 100vh;
@@ -24,7 +23,7 @@
   overflow: hidden;
 }
 body .el-scrollbar__wrap {
-  overflow-x: hidden;
+  // overflow-x: hidden;
 }
 body{
   -ms-overflow-style: none;

--
Gitblit v1.8.0