Quellcode durchsuchen

fix: 兼容前缀

anxiaoxia vor 3 Wochen
Ursprung
Commit
7560f400ae
1 geänderte Dateien mit 2 neuen und 2 gelöschten Zeilen
  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>