Browse Source

fix:地图样式修改

chenzhen2 2 years ago
parent
commit
c432017f43
1 changed files with 2 additions and 2 deletions
  1. 2 2
      src/views/envmonitor/components/Map/MapBox.vue

+ 2 - 2
src/views/envmonitor/components/Map/MapBox.vue

@@ -1345,12 +1345,12 @@ export default defineComponent({
     padding: 5px;
   }
   .space-disable-box {
-    // opacity: 0.4;
+    opacity: 0.6;
   }
   .space-box-bg {
     // background: #5e8bcf;
     background: rgba(94, 139, 207, 0.4) !important;
-    border: 2px solid rgba(94, 139, 207, 0.8);
+    // border: 2px solid rgba(94, 139, 207, 0.8);
     border-radius: 5px;
     // color: #fff;
     .select-device {