From b12b65693ac364a10d230b60d2e9057b808125f6 Mon Sep 17 00:00:00 2001
From: luxiaotao1123 <t1341870251@163.com>
Date: 星期六, 02 一月 2021 11:40:31 +0800
Subject: [PATCH] #

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

diff --git a/src/main/webapp/static/css/console.css b/src/main/webapp/static/css/console.css
index 3cf856c..9cdf0bc 100644
--- a/src/main/webapp/static/css/console.css
+++ b/src/main/webapp/static/css/console.css
@@ -394,10 +394,33 @@
 }
 
 /* 鍏ュ簱鍙� */
-.cargo-put {
+.cargo-put-0 {
     transform: rotateY(180deg);
-    top: 265px;
-    left: 313px;
+    top: 258px;
+    left: 1710px;
+    position: absolute;
+    width: 50px;
+    height: 40px;
+    background-image: url("../image/fork_r.png");
+    background-repeat: no-repeat;
+    background-size:100% 100%;
+    background-position: top center;
+}
+.cargo-put-1 {
+    transform: rotateY(180deg);
+    top: 154px;
+    left: 1710px;
+    position: absolute;
+    width: 50px;
+    height: 40px;
+    background-image: url("../image/fork_r.png");
+    background-repeat: no-repeat;
+    background-size:100% 100%;
+    background-position: top center;
+}
+.cargo-put-2 {
+    top: 108px;
+    left: 152px;
     position: absolute;
     width: 50px;
     height: 40px;
diff --git a/src/main/webapp/views/console.html b/src/main/webapp/views/console.html
index e2436e9..97a8e32 100644
--- a/src/main/webapp/views/console.html
+++ b/src/main/webapp/views/console.html
@@ -78,7 +78,9 @@
 
     <!----------- 宸ュ叿鏍� ---------->
     <!-- 鍏ュ簱鍙� -->
-    <div class="cargo-put"></div>
+    <div class="cargo-put-0"></div>
+    <div class="cargo-put-1"></div>
+    <div class="cargo-put-2"></div>
     <!-- 鎵爜鍣� -->
     <div id="code-decoder-1" class="code-decoder">
         <span id="code-decoder-data-1" class="code-decoder-data">0</span>

--
Gitblit v1.9.1