From ec38056995178c94bea0689d6c6fd64ed5da8014 Mon Sep 17 00:00:00 2001
From: quanyawei <401863037@qq.com>
Date: Wed, 27 Dec 2023 15:38:28 +0800
Subject: [PATCH] fix:日期限制取消

---
 src/components/Wind/dataModel.css |   32 ++++++++++++++++++++++++--------
 1 files changed, 24 insertions(+), 8 deletions(-)

diff --git a/src/components/Wind/dataModel.css b/src/components/Wind/dataModel.css
index 2b70606..b5b76b8 100644
--- a/src/components/Wind/dataModel.css
+++ b/src/components/Wind/dataModel.css
@@ -2,11 +2,14 @@
   .leaflet-popup-content-wrapper {
     width: 415px;
     height: 300px;
-
   }
-
 }
-
+.mypopupNoWind {
+  .leaflet-popup-content-wrapper {
+    width: 415px;
+    height: 160px;
+  }
+}
 .marker_maptip {
   width: 380px;
   background: #fff;
@@ -50,7 +53,10 @@
   white-space: nowrap;
 }
 
-.marker_maptip .marker_firstline_2WH .marker_citypart_keg .marker_name_small_1VU {
+.marker_maptip
+  .marker_firstline_2WH
+  .marker_citypart_keg
+  .marker_name_small_1VU {
   font-size: 16px;
   height: 28px;
   line-height: 28px;
@@ -67,12 +73,18 @@
   margin-right: 0.8%;
 }
 
-.marker_maptip .marker_firstline_2WH .marker_indexpart_2UI .marker_indexname_3TP {
+.marker_maptip
+  .marker_firstline_2WH
+  .marker_indexpart_2UI
+  .marker_indexname_3TP {
   height: 20px;
   line-height: 20px;
 }
 
-.marker_maptip .marker_firstline_2WH .marker_indexpart_2UI .marker_indexvalue_1O7 {
+.marker_maptip
+  .marker_firstline_2WH
+  .marker_indexpart_2UI
+  .marker_indexvalue_1O7 {
   height: 24px;
   font-size: 16px;
   line-height: 24px;
@@ -112,7 +124,11 @@
   text-align: center;
 }
 
-.marker_maptip .marker_secondline_2Om .marker_item_2Kk .marker_itemvalue_1l1 .marker_redpoint_2aL {
+.marker_maptip
+  .marker_secondline_2Om
+  .marker_item_2Kk
+  .marker_itemvalue_1l1
+  .marker_redpoint_2aL {
   width: 4px;
   height: 4px;
   padding: 3px;
@@ -170,4 +186,4 @@
   font-size: 15px;
   width: 50%;
   color: #999;
-}
\ No newline at end of file
+}

--
Gitblit v1.8.0