彭宇 2 anni fa
parent
commit
97bb9281a7
2 ha cambiato i file con 15 aggiunte e 11 eliminazioni
  1. 10 11
      src/assets/styles/base.scss
  2. 5 0
      src/views/eventdetailsdialog.vue

+ 10 - 11
src/assets/styles/base.scss

@@ -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;
-}

+ 5 - 0
src/views/eventdetailsdialog.vue

@@ -85,6 +85,7 @@
                                     <span>{{ item.createName }}</span>
                                     <span v-if="eventLogList.length - 1 == index&&address!=null&&address!=''"><i
                                       class="el-icon-location"></i> {{ address }}</span>
+                                    <span v-else></span>
                                   </div>
                                   <div class="z-info">
                                     <div class="this-con-list-info">
@@ -1829,4 +1830,8 @@ table tr td input:hover {
     padding: .5rem 2rem;
   }
 }
+
+
+
+
 </style>