From 014b6f61629bf2b282e117c92b2678a92668b49d Mon Sep 17 00:00:00 2001
From: liuyg <376836862@qq.com>
Date: Tue, 08 Jun 2021 10:23:18 +0800
Subject: [PATCH] 搜索
---
widgets/Basemap/css/style.css | 8 ++++----
1 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/widgets/Basemap/css/style.css b/widgets/Basemap/css/style.css
index 09b58f1..add8d36 100644
--- a/widgets/Basemap/css/style.css
+++ b/widgets/Basemap/css/style.css
@@ -1,11 +1,11 @@
.jimu-widget-Basemap {
position: relative;
font-size: 14px;
- height: 32px;
- line-height: 32px;
+ height: 36px;
+ line-height: 36px;
width: 100%;
- background: rgba(255, 255, 255, 0.75);
- color: #000;
+ background: rgb(254, 254, 254);
+ color: #838383;
border-radius: 0 6px 6px 0;
text-align: center;
cursor: pointer;
--
Gitblit v1.9.3