From 46fdd1c81797c723ed6a579f32b43f522d17a8c0 Mon Sep 17 00:00:00 2001
From: shuishen <1109946754@qq.com>
Date: Mon, 07 Jun 2021 09:35:55 +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