From 73104e1337213ce908faa3b94c86b23dcc4836ed Mon Sep 17 00:00:00 2001
From: nnnjjj123 <494715143@qq.com>
Date: Fri, 13 Nov 2020 14:02:30 +0800
Subject: [PATCH] 标绘,分屏样式修改

---
 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