From 60ea547961a265b94b22e2d77f6b453acfa606bc Mon Sep 17 00:00:00 2001
From: liuyg <376836862@qq.com>
Date: Fri, 09 Jul 2021 14:22:14 +0800
Subject: [PATCH] +

---
 src/views/securityUnit/index.vue |    6 ++++--
 1 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/src/views/securityUnit/index.vue b/src/views/securityUnit/index.vue
index cc2f495..634a32c 100644
--- a/src/views/securityUnit/index.vue
+++ b/src/views/securityUnit/index.vue
@@ -493,20 +493,22 @@
   height: 100%;
   background-color: rgba($color: #000000, $alpha: 0.5);
   padding: 100px 0 0 0;
-  z-index: 50 !important;
+  z-index: 500 !important;
   display: flex;
   // align-items: center;
   justify-content: center;
   .trees {
-    z-index: 51 !important;
+    z-index: 501 !important;
     position: absolute;
     width: 15%;
     top: 100px;
     left: 0;
+    display: none;
   }
   .lod-in {
     width: 70%;
     height: auto;
+
     // padding: 10px 0 0 0;
   }
 }

--
Gitblit v1.9.3