From 8274f20d8093486dc3d54e074d25b6e412f4e4c7 Mon Sep 17 00:00:00 2001
From: zengh <123456>
Date: Fri, 13 Nov 2020 15:20:21 +0800
Subject: [PATCH] Merge remote-tracking branch 'origin/master' into master
---
widgets/Plot/css/style.css | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/widgets/Plot/css/style.css b/widgets/Plot/css/style.css
index 20f927b..a4e99fb 100644
--- a/widgets/Plot/css/style.css
+++ b/widgets/Plot/css/style.css
@@ -1,9 +1,9 @@
.jimu-widget-Plot{
width: 100%;
height: 100%;
- background-color: #0395f3;
+ background-color:black;
font-size: 14px;
- border: 1px solid rgb(69, 154, 251);
+ border: 1px solid rgb(22, 33, 46);
color: rgb(238, 235, 235);
font-size: 16px;
display: none;
@@ -33,7 +33,7 @@
.jimu-widget-Plot .plot-box ul li button {
width: 60px;
height: 30px;
- background-color: rgba(32, 160, 255, .2);
+ background-color: rgba(22, 25, 27, 0.2);
border: 1px solid #fff;
color: #fff;
cursor: pointer;
--
Gitblit v1.9.3