From 20e612342d15b5ce92fddda4e22e7adf610e14ae Mon Sep 17 00:00:00 2001
From: Junjie <fallin.jie@qq.com>
Date: 星期四, 16 十一月 2023 15:28:00 +0800
Subject: [PATCH] #ESS系统

---
 src/main/webapp/views/ESS.html       |   18 ++++++++++++++++++
 src/main/webapp/views/index.html     |    1 +
 src/main/webapp/static/css/index.css |    4 ++--
 3 files changed, 21 insertions(+), 2 deletions(-)

diff --git a/src/main/webapp/static/css/index.css b/src/main/webapp/static/css/index.css
index 547a1f5..e625365 100644
--- a/src/main/webapp/static/css/index.css
+++ b/src/main/webapp/static/css/index.css
@@ -8,10 +8,10 @@
 
 .sidebar {
     width: 8%;
-    height: 40%;
+    height: 50%;
     line-height: 5.625em;
     position: fixed;
-    top: 50%;
+    top: 40%;
     transform: translateY(-50%);
 }
 .nav ul {
diff --git a/src/main/webapp/views/ESS.html b/src/main/webapp/views/ESS.html
new file mode 100644
index 0000000..7033dbb
--- /dev/null
+++ b/src/main/webapp/views/ESS.html
@@ -0,0 +1,18 @@
+<!DOCTYPE html>
+<html lang="en">
+<head>
+    <meta charset="UTF-8">
+    <title>ESS</title>
+</head>
+<body>
+
+<iframe
+  allowfullscreen
+  src="http://10.10.10.182:9003/#/?method=monitor"
+  frameborder="0"
+  width="100%"
+  height="100%"
+></iframe>
+
+</body>
+</html>
\ No newline at end of file
diff --git a/src/main/webapp/views/index.html b/src/main/webapp/views/index.html
index 4dba389..3e064f6 100644
--- a/src/main/webapp/views/index.html
+++ b/src/main/webapp/views/index.html
@@ -24,6 +24,7 @@
 <!--            <li><a id="ste" onclick="nav(this.id)" class="nav-unselect" href="#">绌挎杞�</a></li>-->
             <li><a id="shuttle" onclick="nav(this.id)" class="nav-unselect" href="#">鍥涘悜绌挎杞�</a></li>
             <li><a id="plc2" onclick="nav(this.id)" class="nav-unselect" href="#">PLC2</a></li>
+            <li><a id="ess" onclick="nav(this.id)" class="nav-unselect" href="#">ESS</a></li>
         </ul>
     </div>
 </div>

--
Gitblit v1.9.1