From f165afcbf9e8837ea49b5c46d47c8b1b3bfb4a03 Mon Sep 17 00:00:00 2001
From: dubin <bindu_bean@163.com>
Date: 星期二, 20 一月 2026 11:17:34 +0800
Subject: [PATCH] 初始化
---
src/main/webapp/views/console.html | 7 +++----
1 files changed, 3 insertions(+), 4 deletions(-)
diff --git a/src/main/webapp/views/console.html b/src/main/webapp/views/console.html
index 5ec188b..b1e4d2a 100644
--- a/src/main/webapp/views/console.html
+++ b/src/main/webapp/views/console.html
@@ -50,7 +50,6 @@
<div class="state">
<span>鍫嗗灈鏈� 2</span>
<span class="state-ss machine-auto-flag ">鑷姩</span>
-
</div>
<div class="button"><span>鎵�鏈夌姸鎬�</span></div>
<div class="button item-group">
@@ -595,12 +594,12 @@
// crns[i].bay = 15;
var offSet = 0;
- unit = 13;
- offSet = 140;
+ unit = 9;
+ offSet = 1250;
if(crns[i].bay === 1){
- crnEl.animate({left: offSet + 'px'}, 1000);
+ crnEl.animate({left: offSet - 'px'}, 1000);
} else {
crnEl.animate({left: (offSet - unit + (crns[i].bay * unit)) + 'px'}, 1000);
}
--
Gitblit v1.9.1