+
liuyg
2021-07-09 60ea547961a265b94b22e2d77f6b453acfa606bc
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;
  }
}