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/static/css/console.css |    6 ++++++
 1 files changed, 6 insertions(+), 0 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;
 }

--
Gitblit v1.9.1