From cc3cc145a8cc38dcb2fc123b671fac0c39450a33 Mon Sep 17 00:00:00 2001
From: nnnjjj123 <494715143@qq.com>
Date: Fri, 06 Nov 2020 17:06:03 +0800
Subject: [PATCH] Merge remote-tracking branch 'origin/master'
---
widgets/Plot/css/style.css | 54 ++++++++++++++++++++++++++++++++++++++++++++++++++++++
1 files changed, 54 insertions(+), 0 deletions(-)
diff --git a/widgets/Plot/css/style.css b/widgets/Plot/css/style.css
new file mode 100644
index 0000000..20f927b
--- /dev/null
+++ b/widgets/Plot/css/style.css
@@ -0,0 +1,54 @@
+.jimu-widget-Plot{
+ width: 100%;
+ height: 100%;
+ background-color: #0395f3;
+ font-size: 14px;
+ border: 1px solid rgb(69, 154, 251);
+ color: rgb(238, 235, 235);
+ font-size: 16px;
+ display: none;
+ border-radius: 4px;
+}
+
+#table {
+ position: relative;
+}
+
+
+
+.jimu-widget-Plot .plot-box {
+ position: fixed;
+ top: 29px;
+ left:120px;
+ z-index: 1000;
+ height: 50px;
+ /* background: rgba(0, 0, 0, 0.6);*/
+ padding: 20px 10px 0 10px;
+}
+
+.jimu-widget-Plot .plot-box ul li {
+ display: inline-block;
+}
+
+.jimu-widget-Plot .plot-box ul li button {
+ width: 60px;
+ height: 30px;
+ background-color: rgba(32, 160, 255, .2);
+ border: 1px solid #fff;
+ color: #fff;
+ cursor: pointer;
+
+}
+
+.xx {
+ float: right;
+ left: 40px;
+ font-size: 30px;
+ line-height: 20px;
+ cursor: pointer;
+}
+
+
+
+
+
--
Gitblit v1.9.3