From 2a488511b634c6abf1ad29dee914ecac387a5844 Mon Sep 17 00:00:00 2001
From: chenyao <1219716595@qq.com>
Date: Sat, 12 Apr 2025 09:38:38 +0800
Subject: [PATCH] feat:日期字体提取白色
---
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