From 52dd7a038dd274336c257fc6d07c4e82598d70d9 Mon Sep 17 00:00:00 2001 From: gouki Date: Sat, 8 Aug 2026 11:22:47 +0000 Subject: [PATCH] =?UTF-8?q?fix(wish-tree):=20=E7=A7=BB=E9=99=A4WXSS?= =?UTF-8?q?=E4=B8=8D=E6=94=AF=E6=8C=81=E7=9A=84backdrop-filter=E5=B1=9E?= =?UTF-8?q?=E6=80=A7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- mini/pages/wish-tree/wish-tree.wxss | 3 --- 1 file changed, 3 deletions(-) diff --git a/mini/pages/wish-tree/wish-tree.wxss b/mini/pages/wish-tree/wish-tree.wxss index 72b545e..3ea9d19 100644 --- a/mini/pages/wish-tree/wish-tree.wxss +++ b/mini/pages/wish-tree/wish-tree.wxss @@ -41,7 +41,6 @@ background: rgba(0, 0, 0, 0.3); padding: 10rpx 20rpx; border-radius: 40rpx; - backdrop-filter: blur(10px); } .switch-btn { @@ -82,7 +81,6 @@ justify-content: center; background: rgba(0, 0, 0, 0.3); border-radius: 50%; - backdrop-filter: blur(10px); transition: all 0.3s; } @@ -139,7 +137,6 @@ right: 0; bottom: 0; background: rgba(0, 0, 0, 0.6); - backdrop-filter: blur(5px); } .modal-content {