From da273f705a361de6ebd80b19c61085baab92662c Mon Sep 17 00:00:00 2001
From: luxiaotao1123 <t1341870251@163.com>
Date: 星期一, 21 九月 2020 14:37:03 +0800
Subject: [PATCH] #

---
 src/main/webapp/views/console.html     |    4 +++-
 src/main/webapp/static/css/console.css |    6 ++++++
 2 files changed, 9 insertions(+), 1 deletions(-)

diff --git a/src/main/webapp/static/css/console.css b/src/main/webapp/static/css/console.css
index 677b9ed..5b7814e 100644
--- a/src/main/webapp/static/css/console.css
+++ b/src/main/webapp/static/css/console.css
@@ -169,10 +169,16 @@
     background: url(../image/bg.jpg);
 }
 #car-track-1 {
+    text-align: center;
     top: 122px;
     left: 100px;
     width: 100px;
     height: 180px;
+}
+#car-track-1 div {
+    height: 100%;
+    display: inline-block;
+    width: 97%;
     border-left: 5px solid #313131;
     border-right: 5px solid #313131;
 }
diff --git a/src/main/webapp/views/console.html b/src/main/webapp/views/console.html
index 4c9672a..f063bf9 100644
--- a/src/main/webapp/views/console.html
+++ b/src/main/webapp/views/console.html
@@ -88,7 +88,9 @@
     <!----------- 宸﹁緭閫佺嚎 ---------->
 
     <!-- 鍙拌溅杞ㄩ亾 -->
-    <div id="car-track-1" class="car-track"></div>
+    <div id="car-track-1" class="car-track">
+        <div></div>
+    </div>
 
     <!-- 鍙拌溅瀹炰緥 -->
     <div id="site-8" class="site car">8</div>

--
Gitblit v1.9.1