From 1fd62582bb4ba007a9760207f785ee8227e6ff11 Mon Sep 17 00:00:00 2001
From: liuyg <376836862@qq.com>
Date: Tue, 08 Jun 2021 08:38:04 +0800
Subject: [PATCH] 要素标绘

---
 widgets/plottingP/css/style.css |   28 ++++++++++++++++++++++++++++
 1 files changed, 28 insertions(+), 0 deletions(-)

diff --git a/widgets/plottingP/css/style.css b/widgets/plottingP/css/style.css
new file mode 100644
index 0000000..5438305
--- /dev/null
+++ b/widgets/plottingP/css/style.css
@@ -0,0 +1,28 @@
+.jimu-widget-plottingP{
+  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;
+}
+
+/* 动态标绘 */
+.panel {  
+  height: 100%;
+}
+
+/*下拉框的高度*/
+.combo-p {
+  height: 150px;
+}
+
+/*滚动条*/
+.propertygrid {
+  overflow: auto;
+}
\ No newline at end of file

--
Gitblit v1.9.3