Junjie
2023-11-16 20e612342d15b5ce92fddda4e22e7adf610e14ae
#ESS系统
2个文件已修改
1个文件已添加
23 ■■■■■ 已修改文件
src/main/webapp/static/css/index.css 4 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/main/webapp/views/ESS.html 18 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/main/webapp/views/index.html 1 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
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 {
src/main/webapp/views/ESS.html
New file
@@ -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>
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>