From 2c6d91d758241e1f97fe2790d92b754ea2cc860c Mon Sep 17 00:00:00 2001
From: quanyawei <401863037@qq.com>
Date: Thu, 28 Mar 2024 15:59:25 +0800
Subject: [PATCH] fix: 空气质量日报表显示

---
 src/components/Wind/dataModel.css |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/components/Wind/dataModel.css b/src/components/Wind/dataModel.css
index b5b76b8..2ca460c 100644
--- a/src/components/Wind/dataModel.css
+++ b/src/components/Wind/dataModel.css
@@ -170,11 +170,11 @@
 }
 
 .marker_maptip .windBox .windInfor {
-  width: 50%;
+  width: 55%;
   color: #999;
   font-size: 17px;
   padding-top: 15px;
-  padding-left: 30px;
+  padding-left: 20px;
 }
 
 .marker_maptip .windBox .windInfor div {

--
Gitblit v1.8.0