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/Widget.html |   15 +++++++++++++++
 1 files changed, 15 insertions(+), 0 deletions(-)

diff --git a/widgets/plotting/Widget.html b/widgets/plotting/Widget.html
new file mode 100644
index 0000000..c79b3b0
--- /dev/null
+++ b/widgets/plotting/Widget.html
@@ -0,0 +1,15 @@
+<div class="sandcastle-loading" data-sandcastle-bucket="bucket-requirejs.html"
+	style="margin: 0px; overflow: hidden;background: #fff;height: 100%;">
+	<div id="menu" style="position: absolute;width: 320px;height: 80%;border: 1px solid #3473b7;z-index: 98;">
+		<div class="easyui-panel"
+			style="position:absolute;top:0px;bottom:0px;left:0px;right:0px;padding:5px; width: 100%;height: 80%">
+			<div class="easyui-tabs" style="width: 100%;height: 100%">
+				<div id="plotPanel" title="标绘面板" style="  height: 100%;overflow: hidden;"></div>
+				<div id="stylePanel" title="属性面板" style="width: 320px;overflow: hidden"></div>
+			</div>
+		</div>
+	</div>
+
+	<div id="cesiumContainer" class="fullSize" style="position: relative;left: 14%;width: 86%;height: 100%;">
+	</div>
+</div>
\ No newline at end of file

--
Gitblit v1.9.3