From 0892136d8ec6818dfee396d10258a9cd9e992f7d Mon Sep 17 00:00:00 2001 From: luxiaotao1123 <t1341870251@163.com> Date: 星期四, 28 一月 2021 14:25:01 +0800 Subject: [PATCH] # --- src/main/webapp/views/console.html | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/main/webapp/views/console.html b/src/main/webapp/views/console.html index 3e3c4ee..a2161f7 100644 --- a/src/main/webapp/views/console.html +++ b/src/main/webapp/views/console.html @@ -657,7 +657,7 @@ var crnEl = $("#crn-"+crns[i].crnId); crnEl.attr("class", "machine " + crns[i].crnStatus); var unit = ($('.item').eq(0).width()+4)/2; - crnEl.animate({left: (crns[i].bay * unit) +'px'}, 1000); + crnEl.animate({left: (crns[i].bay * unit + 25) +'px'}, 1000); } } else if (res.code === 403){ parent.location.href = baseUrl+"/login"; -- Gitblit v1.9.1