|
@@ -497,6 +497,16 @@ div::-webkit-scrollbar {
|
|
|
height: 75vh;
|
|
|
position: absolute;
|
|
|
z-index:999;
|
|
|
+ //超图绘制截屏
|
|
|
+ .leaflet-pane .leaflet-overlay-pane {
|
|
|
+ height: 75vh !important;
|
|
|
+ width: 143vh !important;
|
|
|
+ }
|
|
|
+ .leaflet-pane .leaflet-overlay-pane svg {
|
|
|
+ height: 75vh !important;
|
|
|
+ width: 143vh !important;
|
|
|
+ transform: translate3d(0px, 0px, 0px)!important;
|
|
|
+ }
|
|
|
.dia-left-top{
|
|
|
width:16.3rem;
|
|
|
display: flex;
|
|
@@ -2203,14 +2213,3 @@ div::-webkit-scrollbar {
|
|
|
transition: all 0.5s ease-in-out !important;
|
|
|
}
|
|
|
|
|
|
-
|
|
|
-//超图绘制截屏
|
|
|
-.leaflet-pane .leaflet-overlay-pane {
|
|
|
- height: 75vh !important;
|
|
|
- width: 143vh !important;
|
|
|
-}
|
|
|
-.leaflet-pane .leaflet-overlay-pane svg {
|
|
|
- height: 75vh !important;
|
|
|
- width: 143vh !important;
|
|
|
- transform: translate3d(0px, 0px, 0px)!important;
|
|
|
-}
|