From 66ef317f67025e61fec1df145955e6221ee013e8 Mon Sep 17 00:00:00 2001
From: shuishen <1109946754@qq.com>
Date: Thu, 17 Jun 2021 17:36:45 +0800
Subject: [PATCH] 工具部分样式调整

---
 config.json |   32 ++++++++++++++------------------
 1 files changed, 14 insertions(+), 18 deletions(-)

diff --git a/config.json b/config.json
index 1a8c180..aca3030 100644
--- a/config.json
+++ b/config.json
@@ -106,8 +106,8 @@
         "name": "图上量算",
         "uri": "widgets/Measurement/Widget",
         "position": {
-          "right": 10,
-          "top": 96,
+          "right": 60,
+          "top": 72,
           "width": "350px",
           "height": "320px",
           "relativeTo": "map"
@@ -117,23 +117,19 @@
         "name": "飞行路线",
         "uri": "widgets/FlyRoute/Widget",
         "position": {
-          "right": 10,
-          "top": 96,
+          "right": 60,
+          "top": 72,
           "width": "260px",
           "height": "64%",
           "relativeTo": "map"
         }
       },
       {
-        "name": "查询定位",
-        "uri": "widgets/Location/Widget"
-      },
-      {
         "name": "卷帘对比",
         "uri": "widgets/Rolling/Widget",
         "position": {
-          "right": 10,
-          "top": 96,
+          "right": 60,
+          "top": 72,
           "width": "472px",
           "height": "50px",
           "relativeTo": "map"
@@ -143,8 +139,8 @@
         "name": "场景快照",
         "uri": "widgets/MapPrinting/Widget",
         "position": {
-          "right": 10,
-          "top": 96,
+          "right": 60,
+          "top": 72,
           "width": "200px",
           "height": "40px",
           "relativeTo": "map"
@@ -154,8 +150,8 @@
         "name": "坐标定位",
         "uri": "widgets/CoorPosition/Widget",
         "position": {
-          "right": 10,
-          "top": 96,
+          "right": 60,
+          "top": 72,
           "width": "217px",
           "height": "180px",
           "relativeTo": "map"
@@ -165,8 +161,8 @@
         "name": "路线导航",
         "uri": "widgets/RouteNavigate/Widget",
         "position": {
-          "right": 10,
-          "top": 96,
+          "right": 60,
+          "top": 72,
           "width": "300px",
           "height": "780px",
           "relativeTo": "map"
@@ -176,8 +172,8 @@
         "name": "我的标记",
         "uri": "widgets/Sign/Widget",
         "position": {
-          "right": 10,
-          "top": 96,
+          "right": 60,
+          "top": 72,
           "width": "320px",
           "height": "360px",
           "relativeTo": "map"

--
Gitblit v1.9.3