anxiaoxia 2 settimane fa
parent
commit
7560f400ae
1 ha cambiato i file con 2 aggiunte e 2 eliminazioni
  1. 2 2
      src/views/envmonitor/taiguv1/index.vue

+ 2 - 2
src/views/envmonitor/taiguv1/index.vue

@@ -1016,8 +1016,8 @@ onUnmounted(() => {
     // height: 600px;
     height: 100%;
     border-radius: 24px 0px 0px 24px;
-    backdrop-filter: blur(30px);
-    background: rgba(255, 255, 255, 0.95);
+    -webkit-backdrop-filter: blur(30px);
+    background: rgba(255, 255, 255, 0.8);
     padding: 40px 90px;
 }
 </style>