Browse Source

no message

DESKTOP-GBVU60Q\dell 2 years ago
parent
commit
24f1a1ab98
2 changed files with 4 additions and 1 deletions
  1. 3 0
      src/App.vue
  2. 1 1
      src/views/Map3d/components/map.vue

+ 3 - 0
src/App.vue

@@ -10,6 +10,9 @@
 </script>
 </script>
 
 
 <style lang="scss">
 <style lang="scss">
+	.lk-status-bar{
+		z-index: 11;
+	}
 	// .lk-status-bar{
 	// .lk-status-bar{
 	// 	font-size:16rem !important;
 	// 	font-size:16rem !important;
 	// }
 	// }

+ 1 - 1
src/views/Map3d/components/map.vue

@@ -328,7 +328,7 @@
 		width: 100%;
 		width: 100%;
 		pointer-events: none;
 		pointer-events: none;
 		position: absolute;
 		position: absolute;
-		z-index: 100;
+		z-index: 10;
 		// background-color: rgba(0,0,0,0);
 		// background-color: rgba(0,0,0,0);
 		// opacity: 0.1;
 		// opacity: 0.1;
 	}
 	}