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/SplitScreen/css/style.css | 9 +++++----
1 files changed, 5 insertions(+), 4 deletions(-)
diff --git a/widgets/SplitScreen/css/style.css b/widgets/SplitScreen/css/style.css
index 107f385..6d92564 100644
--- a/widgets/SplitScreen/css/style.css
+++ b/widgets/SplitScreen/css/style.css
@@ -4,14 +4,15 @@
right: 20px !important;
width: auto !important;
height: auto !important;
- background-color: #323a36;
+ background-color: rgba(255, 255, 255, .75);
font-size: 14px;
border: 1px solid rgb(69, 154, 251);
/* opacity : .8; */
- color: rgb(238, 235, 235);
+ color: rgb(0, 0, 0);
font-size: 16px;
z-index: 101;
border-radius: 10px 0 10px 10px;
+ display: none;
}
.jimu-widget-SplitScreen .split-select {
@@ -31,7 +32,7 @@
font-size: 14px;
line-height: 24px;
text-align: center;
- background: #323a36;
+ background: rgb(69, 154, 251);
border-radius: 50%;
border: 1px solid rgb(69, 154, 251);
}
@@ -40,7 +41,7 @@
width: 160px;
height: 30px;
background: #fff;
- border-radius: 10px;
+ border-radius: 5px;
font-size: 14px;
padding: 0 6px;
text-align: left;
--
Gitblit v1.9.3