From 1c4928947c1c233af5ce91b77d910625e365c9fc Mon Sep 17 00:00:00 2001
From: luxiaotao1123 <t1341870251@63.com>
Date: 星期一, 14 二月 2022 08:44:42 +0800
Subject: [PATCH] #

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

diff --git a/src/main/webapp/static/css/style.css b/src/main/webapp/static/css/style.css
index 845dda4..0fc5e0f 100644
--- a/src/main/webapp/static/css/style.css
+++ b/src/main/webapp/static/css/style.css
@@ -228,6 +228,10 @@
 	height: 25px;
 	text-align: center;
 	position: relative;
+
+}
+#tabBody td {
+	border: none;
 }
 .loadBox {
 	width: 50px;
@@ -246,15 +250,23 @@
 	background-color: #354352;
 	color: #FFFFFF;
 	font-size: 1px;
+	border: 1px solid #ffffff;
 }
 
 
 
 
-#tot td:hover {
+#tot th:hover {
 	background-color: #0c64eb;
 }
 
+.over-color{
+	background-color: #aeafaf;
+	opacity: 1;
+
+
+}
+
 
 
 

--
Gitblit v1.9.1