From 36af50bb3e7d66c7ca8fa6b8b2d0fac9f6ac6b58 Mon Sep 17 00:00:00 2001
From: zmk <496160012@qq.com>
Date: 星期三, 22 五月 2024 12:02:18 +0800
Subject: [PATCH] 提交代码

---
 javaweb-plus/javaweb-admin/src/main/resources/templates/main.html |   17 +++++++----------
 1 files changed, 7 insertions(+), 10 deletions(-)

diff --git a/javaweb-plus/javaweb-admin/src/main/resources/templates/main.html b/javaweb-plus/javaweb-admin/src/main/resources/templates/main.html
index 21e4277..403df31 100644
--- a/javaweb-plus/javaweb-admin/src/main/resources/templates/main.html
+++ b/javaweb-plus/javaweb-admin/src/main/resources/templates/main.html
@@ -14,13 +14,6 @@
 		width: 100%;
 		background-color: rgba(0,0,0,0.01) !important;
 	}
-	.el-badge__content.is-fixed {
-		position: absolute;
-		top: 0;
-		right: 0px;
-		-webkit-transform: translateY(-50%) translateX(100%);
-		transform: translateY(0%) translateX(100%);
-	}
 	.el-card__header{
 		height: 40px;
 		padding: 8px 20px;
@@ -38,11 +31,15 @@
 	}
 
 	.active-blue{
-		width: 2%;
-		height: 10px;
+		width: 20px;
+		height: 20px;
 		border-radius: 50%;
 		font-size: 16px;
-		color:blue;
+		color: white;
+		background: dodgerblue;
+		text-align: center;
+		line-height: 20px;
+		float: left;
 	}
 	.cdcode{
 		width: 15%;

--
Gitblit v1.9.1