From c48d0150aa9f6b297671f28adb6b9dc95b529cfc Mon Sep 17 00:00:00 2001
From: zhang <zc857179121@qq.com>
Date: 星期四, 05 六月 2025 16:59:39 +0800
Subject: [PATCH] 1
---
src/main/webapp/static/css/console.css | 28 ++++++++++++++++++++++++++--
1 files changed, 26 insertions(+), 2 deletions(-)
diff --git a/src/main/webapp/static/css/console.css b/src/main/webapp/static/css/console.css
index e118d76..bcd69a8 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 {
@@ -299,6 +310,13 @@
.site-row-1 .site {
width: 80px;
}
+.site-row-112 {
+ top: 89px;
+ left: 599px;
+}
+.site-row-112 .site {
+ width: 70px;
+}
.site-row-2 {
top: 289px;
left: 499px;
@@ -314,7 +332,7 @@
width: 80px;
}
.site-row-4 {
- top: 289px;
+ top: 267px;
left: 653px;
}
.site-row-4 .site {
@@ -328,7 +346,13 @@
.site-row-5 .site {
width: 70px;
}
-
+.site-row-212 {
+ top: 563px;
+ left: 599px;
+}
+.site-row-212 .site {
+ width: 70px;
+}
.site-row-6 {
top: 213px;
left: 797px;
--
Gitblit v1.9.1