瀏覽代碼

fix:透明度0.95

anxiaoxia 3 周之前
父節點
當前提交
30c810bc4a
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/views/envmonitor/taiguv1/index.vue

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

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