From c8dbf65ae80d2d4994b44495fdfea529c210e28a Mon Sep 17 00:00:00 2001
From: shuishen <1109946754@qq.com>
Date: Thu, 10 Jun 2021 14:32:06 +0800
Subject: [PATCH] 地形相关

---
 index.html |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diff --git a/index.html b/index.html
index 8afd1e2..4663aa0 100644
--- a/index.html
+++ b/index.html
@@ -23,6 +23,8 @@
     <!-- video flv播放 -->
     <link href="http://vjs.zencdn.net/c/video-js.css" rel="stylesheet">
     <script src="http://vjs.zencdn.net/c/video.js"></script>
+    <!-- echarts -->
+    <script src="libs/echarts/v4/echarts.min.js"></script>
     <!-- 动态标绘 -->
     <!-- <script src='libs/Cesium/ThirdParty/Workers/PlotAlgo/PlotAlgoInclude.js'></script> -->
 
@@ -101,7 +103,7 @@
         }
 
         .cesium-baseLayerPicker-dropDown {
-            width: 220px !important;
+            width: 308px !important;
         }
 
         #main-loading {

--
Gitblit v1.9.3