Browse Source

气泡调整

wang_xy 2 years ago
parent
commit
9587010432
1 changed files with 4 additions and 1 deletions
  1. 4 1
      public/supermap/libs/leaflet/1.7.1/leaflet.css

+ 4 - 1
public/supermap/libs/leaflet/1.7.1/leaflet.css

@@ -462,6 +462,9 @@ svg.leaflet-image-layer.leaflet-interactive path {
 
 
 
 
 /* popup */
 /* popup */
+.leaflet-popup-content{
+  width: 380px!important;
+}
 
 
 .leaflet-popup {
 .leaflet-popup {
     position: absolute;
     position: absolute;
@@ -637,4 +640,4 @@ svg.leaflet-image-layer.leaflet-interactive path {
     left: 0;
     left: 0;
     margin-left: -12px;
     margin-left: -12px;
     border-right-color: #fff;
     border-right-color: #fff;
-}
+}