From c9b14e19a87cbd27e7e8b56bf35726e3760fded4 Mon Sep 17 00:00:00 2001
From: whycq <123456>
Date: 星期日, 21 五月 2023 15:00:27 +0800
Subject: [PATCH] #
---
src/main/webapp/views/console.html | 9 +++------
1 files changed, 3 insertions(+), 6 deletions(-)
diff --git a/src/main/webapp/views/console.html b/src/main/webapp/views/console.html
index 2c3a110..b3148e3 100644
--- a/src/main/webapp/views/console.html
+++ b/src/main/webapp/views/console.html
@@ -28,10 +28,6 @@
<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">
@@ -607,10 +603,11 @@
// crns[i].bay = 15;
var offSet = 0;
- unit = 11.5;
- offSet = 350;
+ unit = -28.5;
+ offSet = 1710; //145
+ // crnEl.animate({left: offSet + 'px'}, 1000);
if(crns[i].bay === 1){
crnEl.animate({left: offSet + 'px'}, 1000);
} else {
--
Gitblit v1.9.1