From a856988f6717ef034f58ab925f784e97de6937f1 Mon Sep 17 00:00:00 2001
From: Junjie <540245094@qq.com>
Date: 星期三, 03 九月 2025 12:19:37 +0800
Subject: [PATCH] #
---
src/main/webapp/views/console.html | 12 +++++++-----
1 files changed, 7 insertions(+), 5 deletions(-)
diff --git a/src/main/webapp/views/console.html b/src/main/webapp/views/console.html
index 6f2ec70..513907f 100644
--- a/src/main/webapp/views/console.html
+++ b/src/main/webapp/views/console.html
@@ -648,11 +648,13 @@
// break;
// }
- if(crns[i].bay === 1){
- crnEl.animate({left: offSet + 'px'}, 1000);
- } else {
- crnEl.animate({left: (offSet - unit + (crns[i].bay * unit)) + 'px'}, 1000);
- }
+ crnEl.animate({left: offSet + 'px'}, 1000);
+
+ // if(crns[i].bay === 1){
+ // crnEl.animate({left: offSet + 'px'}, 1000);
+ // } else {
+ // crnEl.animate({left: (offSet - unit + (crns[i].bay * unit)) + 'px'}, 1000);
+ // }
}
} else if (res.code === 403) {
--
Gitblit v1.9.1