From 945a360b5a1a8a1bdd26711f8688f30ce116d3ad Mon Sep 17 00:00:00 2001 From: yxFwq <1> Date: 星期一, 05 八月 2024 10:51:46 +0800 Subject: [PATCH] # --- src/main/webapp/views/console.html | 4 ++-- src/main/webapp/static/css/render.css | 2 +- src/main/webapp/views/console21.html | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/src/main/webapp/static/css/render.css b/src/main/webapp/static/css/render.css index 808914a..d821769 100644 --- a/src/main/webapp/static/css/render.css +++ b/src/main/webapp/static/css/render.css @@ -71,7 +71,7 @@ .track { position: absolute; display: inline-block; - background-color: #000000; + background-color: #2F4F2F; z-index: 5; } .item { diff --git a/src/main/webapp/views/console.html b/src/main/webapp/views/console.html index 1a066b7..2b78d7d 100644 --- a/src/main/webapp/views/console.html +++ b/src/main/webapp/views/console.html @@ -607,8 +607,8 @@ // crns[i].bay = 15; var offSet = 0; - unit = 60; - offSet = 325; + unit = 17; + offSet = 550; if(crns[i].bay === 1){ diff --git a/src/main/webapp/views/console21.html b/src/main/webapp/views/console21.html index c1367e4..e5df504 100644 --- a/src/main/webapp/views/console21.html +++ b/src/main/webapp/views/console21.html @@ -607,8 +607,8 @@ // crns[i].bay = 15; var offSet = 0; - unit = 60; - offSet = 325; + unit = 17; + offSet = 550; if(crns[i].bay === 1){ -- Gitblit v1.9.1