From c4c31a66bb4a6c3a814712b333a924d2dc8b4a2c Mon Sep 17 00:00:00 2001
From: liuyg <376836862@qq.com>
Date: Thu, 03 Jun 2021 17:35:04 +0800
Subject: [PATCH] 页面布局
---
config.json | 15 ++++++++++++---
1 files changed, 12 insertions(+), 3 deletions(-)
diff --git a/config.json b/config.json
index 18f2d16..3b3e0a8 100644
--- a/config.json
+++ b/config.json
@@ -32,10 +32,10 @@
{
"uri": "widgets/Tool/Widget",
"position": {
- "right": 82,
+ "right": 96,
"top": 20,
"height": "32px",
- "width": "96px",
+ "width": "86px",
"relativeTo": "map"
}
},
@@ -45,7 +45,7 @@
"right": 10,
"top": 20,
"height": "32px",
- "width": "72px",
+ "width": "86px",
"relativeTo": "map"
}
},
@@ -155,6 +155,15 @@
}, {
"name": "搜索栏",
"uri": "widgets/searchL/Widget"
+ }, {
+ "name": "视角底部按钮",
+ "uri": "widgets/visualAngle/Widget"
+ }, {
+ "name": "图例",
+ "uri": "widgets/legends/Widget"
+ }, {
+ "name": "左侧信息指示器",
+ "uri": "widgets/instructions/Widget"
}
],
"groups": [],
--
Gitblit v1.9.3