From 7d63a3584b3d5acebb69906a0568679815193a5d Mon Sep 17 00:00:00 2001
From: liuyg <376836862@qq.com>
Date: Sat, 05 Jun 2021 17:26:07 +0800
Subject: [PATCH] 对接左侧树状接口
---
widgets/plotting/css/style.css | 13 +++++++++++++
1 files changed, 13 insertions(+), 0 deletions(-)
diff --git a/widgets/plotting/css/style.css b/widgets/plotting/css/style.css
new file mode 100644
index 0000000..cc9e83a
--- /dev/null
+++ b/widgets/plotting/css/style.css
@@ -0,0 +1,13 @@
+.jimu-widget-plotting{
+ width: 100%;
+ height: 100%;
+ background-color: rgba(255, 255, 255, .75);
+ font-size: 14px;
+ border: 1px solid rgb(69, 154, 251);
+ color: rgb(0, 0, 0);
+ font-size: 16px;
+ display: block;
+ border-radius: 10px;
+ z-index: 16;
+ display: none;
+}
--
Gitblit v1.9.3