From 4d4812e1da1bf48b809b8c185de3ef3e5e855599 Mon Sep 17 00:00:00 2001
From: liuyg <376836862@qq.com>
Date: Mon, 07 Jun 2021 10:13:31 +0800
Subject: [PATCH] 搜索表格

---
 config.json                   |    2 +-
 widgets/searchL/css/style.css |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/config.json b/config.json
index 5f5754f..3c8153e 100644
--- a/config.json
+++ b/config.json
@@ -174,7 +174,7 @@
         "name": "图上量算",
         "uri": "widgets/plotting/Widget",
         "position": {
-          "right": 10,
+          "right": 600,
           "top": 96,
           "width": "350px",
           "height": "800px",
diff --git a/widgets/searchL/css/style.css b/widgets/searchL/css/style.css
index e12abc2..42e2d0c 100644
--- a/widgets/searchL/css/style.css
+++ b/widgets/searchL/css/style.css
@@ -105,7 +105,7 @@
 }
 
 .jimu-widget-searchL .searchLMain {
-  display: block;
+  display: none;
   position: fixed;
   right: 5px;
   top: 70px;

--
Gitblit v1.9.3