fix(wish-tree): 移除WXSS不支持的通配符选择器(真正根因)
Publish Mini Program Dev Version / publish (push) Successful in 2m33s

This commit is contained in:
gouki
2026-08-08 11:40:36 +00:00
parent 52dd7a038d
commit ebbe994af7
+2 -1
View File
@@ -30,7 +30,8 @@
pointer-events: none; pointer-events: none;
} }
.top-bar > * { .top-bar .tree-switcher,
.top-bar .sensor-controls {
pointer-events: auto; pointer-events: auto;
} }