From 04737f5c4eac32a0898baedfb8de24a12ef5139b Mon Sep 17 00:00:00 2001
From: luxiaotao1123 <t1341870251@63.com>
Date: 星期一, 22 八月 2022 14:46:46 +0800
Subject: [PATCH] #
---
src/main/webapp/static/css/console.css | 17 +++++++++++++++--
1 files changed, 15 insertions(+), 2 deletions(-)
diff --git a/src/main/webapp/static/css/console.css b/src/main/webapp/static/css/console.css
index 16d25c8..c958f03 100644
--- a/src/main/webapp/static/css/console.css
+++ b/src/main/webapp/static/css/console.css
@@ -342,11 +342,19 @@
.main-part {
position: absolute;
top: 20px;
- left: 612px;
+ left: 720px;
}
.main-part .lane {
margin-top: 30px;
}
+/* 閽㈡灦鍙� */
+.row-no {
+ float: left;
+ font-size: 14px;
+ font-weight: bold;
+ margin-left: 8px;
+}
+
/* 搴撲綅缁� */
.stock-group .item {
width: 30px;
@@ -358,9 +366,14 @@
cursor: inherit;
color: rgb(194,76,65);
}
-.stock-group .item:last-child {
+.stock-group .item:last-of-type {
border-right: 1px solid rgb(194,76,65);
}
+.stock-group::after, .stock-group::before {
+ content: "";
+ display: table;
+ clear: both;
+}
.stock-group .site {
width: 80px;
--
Gitblit v1.9.1