소스 검색

气泡调整

wang_xy 2 년 전
부모
커밋
9587010432
1개의 변경된 파일4개의 추가작업 그리고 1개의 파일을 삭제
  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 */
+.leaflet-popup-content{
+  width: 380px!important;
+}
 
 .leaflet-popup {
     position: absolute;
@@ -637,4 +640,4 @@ svg.leaflet-image-layer.leaflet-interactive path {
     left: 0;
     margin-left: -12px;
     border-right-color: #fff;
-}
+}