From 79e0c6b995499618d7be7b84485a249d2b62ca17 Mon Sep 17 00:00:00 2001
From: LSH
Date: 星期五, 04 八月 2023 14:37:34 +0800
Subject: [PATCH] #代码同步

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

diff --git a/src/main/webapp/static/css/console.css b/src/main/webapp/static/css/console.css
index e118d76..a9548f8 100644
--- a/src/main/webapp/static/css/console.css
+++ b/src/main/webapp/static/css/console.css
@@ -40,6 +40,17 @@
 	position: absolute;
 	bottom: 3.2%;
 }
+.barcode {
+	color: #a19c9c;
+	height: 20px;
+	line-height: 20px;;
+	border: 1px solid rgb(108,167,168);
+	cursor: pointer;
+	width: 70px;
+	text-align: center;
+	background-color: rgb(157, 217, 162);
+	font-size: 10px;
+}
 
 /*=============== SCROLL BAR ===============*/
 ::-webkit-scrollbar {
@@ -314,7 +325,7 @@
 	width: 80px;
 }
 .site-row-4 {
-	top: 289px;
+	top: 267px;
 	left: 653px;
 }
 .site-row-4 .site {

--
Gitblit v1.9.1