fix(wish-tree): 移除WXSS不支持的backdrop-filter属性
Publish Mini Program Dev Version / publish (push) Failing after 12m16s

This commit is contained in:
gouki
2026-08-08 11:22:47 +00:00
parent 9da911efa1
commit 52dd7a038d
-3
View File
@@ -41,7 +41,6 @@
background: rgba(0, 0, 0, 0.3); background: rgba(0, 0, 0, 0.3);
padding: 10rpx 20rpx; padding: 10rpx 20rpx;
border-radius: 40rpx; border-radius: 40rpx;
backdrop-filter: blur(10px);
} }
.switch-btn { .switch-btn {
@@ -82,7 +81,6 @@
justify-content: center; justify-content: center;
background: rgba(0, 0, 0, 0.3); background: rgba(0, 0, 0, 0.3);
border-radius: 50%; border-radius: 50%;
backdrop-filter: blur(10px);
transition: all 0.3s; transition: all 0.3s;
} }
@@ -139,7 +137,6 @@
right: 0; right: 0;
bottom: 0; bottom: 0;
background: rgba(0, 0, 0, 0.6); background: rgba(0, 0, 0, 0.6);
backdrop-filter: blur(5px);
} }
.modal-content { .modal-content {