From df1c052d1f0d368cb78ebb1831980745bca11edc Mon Sep 17 00:00:00 2001
From: liuyg <376836862@qq.com>
Date: Thu, 10 Jun 2021 11:56:18 +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