From 289c6cb29ebdbabca32aed003af7dd5cfd816b6b Mon Sep 17 00:00:00 2001
From: shuishen <1109946754@qq.com>
Date: Sat, 12 Apr 2025 16:21:44 +0800
Subject: [PATCH] 格式化调整

---
 src/components/CommonWeather.vue |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/components/CommonWeather.vue b/src/components/CommonWeather.vue
index ac80966..3d179c9 100644
--- a/src/components/CommonWeather.vue
+++ b/src/components/CommonWeather.vue
@@ -64,6 +64,7 @@
 	display: flex;
 	justify-content: space-between;
 	align-items: center;
+	color: #e7f5ff;
 	.line {
 		border: 1px solid #ffffff;
 		height: 10px;
@@ -76,7 +77,6 @@
 		}
 		.tq {
 			margin: 0 5px;
-			color: #e7f5ff;
 		}
 		.qk {
 			margin-left: 5px;

--
Gitblit v1.9.3