From 1b2c1edb61190eeb19f465ff031eaa3b2a1b8dbc Mon Sep 17 00:00:00 2001
From: nnnjjj123 <494715143@qq.com>
Date: Tue, 17 Nov 2020 10:43:54 +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..d76190e 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:#3c464b;
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