From 25ce610f6ecca7325e7a743dc032c4a76559c63d Mon Sep 17 00:00:00 2001
From: liuyg <376836862@qq.com>
Date: Fri, 02 Jul 2021 09:10:26 +0800
Subject: [PATCH] Merge branch 'master' of http://192.168.0.105:10010/r/pyhmap
---
widgets/Basemap/css/style.css | 19 +++++++++++++------
1 files changed, 13 insertions(+), 6 deletions(-)
diff --git a/widgets/Basemap/css/style.css b/widgets/Basemap/css/style.css
index c1d6a36..dfaf46b 100644
--- a/widgets/Basemap/css/style.css
+++ b/widgets/Basemap/css/style.css
@@ -6,17 +6,24 @@
width: 100%;
background: rgb(254, 254, 254);
color: #838383;
- border-radius: 0 6px 6px 0;
+
text-align: center;
cursor: pointer;
z-index: 10 !important;
-}
-
-.jimu-widget-Basemap .base-map {
- width: 100%;
display: flex;
align-items: center;
justify-content: center;
+}
+
+.jimu-widget-Basemap .base-map {
+
+ width: 100%;
+ height: 24px;
+ display: flex;
+ align-items: center;
+ justify-content: center;
+ border-right: 1px solid #DDDDDD;
+
}
.jimu-widget-Basemap .base-map i {
@@ -60,7 +67,7 @@
color: #459DEE;
}
-.cesium-baseLayerPicker-dropDown div:nth-child(3) {
+.cesium-baseLayerPicker-dropDown>div:nth-child(3) {
padding-top: 10px;
border-top: 1px solid #F2F2F2;
}
--
Gitblit v1.9.3