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 ++++++++++++++------------------
 widgets/SplitScreen/css/style.css |    4 ++--
 2 files changed, 16 insertions(+), 20 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"
diff --git a/widgets/SplitScreen/css/style.css b/widgets/SplitScreen/css/style.css
index 734da6d..47f642a 100644
--- a/widgets/SplitScreen/css/style.css
+++ b/widgets/SplitScreen/css/style.css
@@ -1,7 +1,7 @@
 .jimu-widget-SplitScreen {
   position: fixed !important;
-  top: 96px !important;
-  right: 20px !important;
+  top: 72px !important;
+  right: 60px !important;
   width: auto !important;
   height: auto !important;
   background-color: rgb(207, 207, 207);

--
Gitblit v1.9.3