From 6498c47abdd9ea3362bfc97d0f707506f1e478bc Mon Sep 17 00:00:00 2001 From: whycq <913841844@qq.com> Date: 星期五, 17 二月 2023 11:13:40 +0800 Subject: [PATCH] # --- src/main/webapp/views/console.html | 4 ++++ src/main/webapp/static/js/console.map.js | 8 ++++---- 2 files changed, 8 insertions(+), 4 deletions(-) diff --git a/src/main/webapp/static/js/console.map.js b/src/main/webapp/static/js/console.map.js index 3a14b32..18b68b3 100644 --- a/src/main/webapp/static/js/console.map.js +++ b/src/main/webapp/static/js/console.map.js @@ -12,10 +12,10 @@ "id": "rack1", "top": 150, "left": 441, - "width": 900, + "width": 934, "height": 22, "minBayNo": 2, - "maxBayNo": 54 + "maxBayNo": 56 }, { "type": "rack", @@ -82,10 +82,10 @@ "id": "rack8", "top": 378, "left": 441, - "width": 900, + "width": 934, "height": 22, "minBayNo": 2, - "maxBayNo": 54 + "maxBayNo": 56 }, ], "rackDescs": [ diff --git a/src/main/webapp/views/console.html b/src/main/webapp/views/console.html index d69319f..1fd3075 100644 --- a/src/main/webapp/views/console.html +++ b/src/main/webapp/views/console.html @@ -28,6 +28,10 @@ <div class="main-part"> </div> + <div style="width: 100px;height: 40px;background-color: rgb(108,167,168);position: absolute; + left: 374px;top:133px;z-index: 999"></div> + <div style="width: 100px;height: 40px;background-color: rgb(108,167,168);position: absolute; + left: 374px;top:380px;z-index: 999"></div> <div id="body"> <!-- 鎬诲紑鍏� --> <div class="system-state"> -- Gitblit v1.9.1