From 852e4fe5dc39ed29f17f766480e561b5d586273e Mon Sep 17 00:00:00 2001
From: liuyg <376836862@qq.com>
Date: Thu, 03 Jun 2021 11:04:19 +0800
Subject: [PATCH] 搜索框 和工具栏的补充,去除图层按钮
---
config.json | 12 +-----------
1 files changed, 1 insertions(+), 11 deletions(-)
diff --git a/config.json b/config.json
index fbf9c5f..be54caf 100644
--- a/config.json
+++ b/config.json
@@ -33,20 +33,10 @@
{
"uri": "widgets/Tool/Widget",
"position": {
- "right": 154,
- "top": 20,
- "height": "32px",
- "width": "96px",
- "relativeTo": "map"
- }
- },
- {
- "uri": "widgets/Layermanagement/Widget",
- "position": {
"right": 82,
"top": 20,
"height": "32px",
- "width": "72px",
+ "width": "96px",
"relativeTo": "map"
}
},
--
Gitblit v1.9.3