From 599f0458111446d39b250e8abc2e71b3f7fc213b Mon Sep 17 00:00:00 2001
From: shuishen <1109946754@qq.com>
Date: Tue, 08 Jun 2021 17:36:51 +0800
Subject: [PATCH] 地图相关控件按钮的样式调整
---
widgets/FullScreen/css/style.css | 12 ++++++++++++
1 files changed, 12 insertions(+), 0 deletions(-)
diff --git a/widgets/FullScreen/css/style.css b/widgets/FullScreen/css/style.css
index 329b57e..19eff82 100644
--- a/widgets/FullScreen/css/style.css
+++ b/widgets/FullScreen/css/style.css
@@ -2,4 +2,16 @@
width: 32px!important;
height:32px!important;
margin:2px;
+}
+
+.jimu-widget-fullScreen button.cesium-button {
+ background: #fff;
+ border-color: #fff;
+ box-shadow: 0 0 8px #fff;
+ width: 32px;
+ height: 32px;
+ border-radius: 14%;
+ padding: 0;
+ vertical-align: middle;
+ z-index: 0;
}
\ No newline at end of file
--
Gitblit v1.9.3