From 7319260f31c9a593418ff17b1ca42e0822c3c4eb Mon Sep 17 00:00:00 2001
From: inleft <inleft@qq.com>
Date: Wed, 10 Jan 2024 22:07:04 +0800
Subject: [PATCH] 改正授权码md5加密 bgm链接修改 允许后置日期提交 简介提交支持

---
 src/components/mini/box1-info.vue |   15 +++++++++++++--
 1 files changed, 13 insertions(+), 2 deletions(-)

diff --git a/src/components/mini/box1-info.vue b/src/components/mini/box1-info.vue
index 9b1c0f5..dddd1cb 100644
--- a/src/components/mini/box1-info.vue
+++ b/src/components/mini/box1-info.vue
@@ -9,9 +9,11 @@
 			<span>{{name}}</span>
 			<span>{{sentence}}</span>
 			<span>
-				<a-icon type="environment" />{{location}}
+				<router-link to="/findMe">
+					<a-icon type="environment" />{{location}}
+				</router-link>
 			</span>
-		
+
 		</div>
 	</div>
 
@@ -57,6 +59,10 @@
 
 	/* 一言 */
 	.blog-user-message {
+		a {
+			color: #555;
+		}
+
 		text-align: center;
 		font-size: 15px;
 		color: #555;
@@ -69,3 +75,8 @@
 		}
 	}
 </style>
+<style lang="less" scoped>
+	a:hover::after {
+		left: -50%;
+	}
+</style>

--
Gitblit v1.9.1