From 094dff34cea6a27ff251b23fc30ffafff6d3bcf2 Mon Sep 17 00:00:00 2001
From: shuishen <1109946754@qq.com>
Date: Thu, 17 Jun 2021 11:32:15 +0800
Subject: [PATCH] Merge branch 'master' of http://192.168.0.105:10010/r/pyhmap
---
widgets/HelpButton/css/style.css | 12 ++++++++++++
1 files changed, 12 insertions(+), 0 deletions(-)
diff --git a/widgets/HelpButton/css/style.css b/widgets/HelpButton/css/style.css
index 679065b..30db03d 100644
--- a/widgets/HelpButton/css/style.css
+++ b/widgets/HelpButton/css/style.css
@@ -10,6 +10,18 @@
width: 163px;
}
+.jimu-widget-helpbutton 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;
+}
+
/* 右下角浮动窗口样式合集 */
/* .cesium-button {
--
Gitblit v1.9.3