From cb1cd8168340cf4346ee4643e85fecd509053ff6 Mon Sep 17 00:00:00 2001
From: vincent <1341870251@qq.com>
Date: 星期五, 29 五月 2020 16:29:04 +0800
Subject: [PATCH] #

---
 src/main/webapp/static/css/console.css |    5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

diff --git a/src/main/webapp/static/css/console.css b/src/main/webapp/static/css/console.css
index ee828bd..387215c 100644
--- a/src/main/webapp/static/css/console.css
+++ b/src/main/webapp/static/css/console.css
@@ -40,6 +40,7 @@
     clear: both;
 }
 .stock-group .site {
+    width: 100px;
     float: left;
 }
 button.item {
@@ -60,6 +61,7 @@
 
 /* 鍫嗗灈鏈� */
 .machine {
+    margin-left: 50px;
     position: relative;
     background-color: #fff;
     height: 20px;
@@ -73,11 +75,12 @@
 
 /* 鍫嗗灈鏈鸿建閬� */
 .pathway {
+    margin-left: 50px;
     border: 1px solid #333;
     position: absolute;
     background-color:#333!important;
     color: #333 !important;
-    width: 100%;
+    width: 90%;
     margin-top: 10px;
     z-index: -1;
 }

--
Gitblit v1.9.1