From ebbe994af7b1e894f0493b80a1ab90c50c4b4f4a Mon Sep 17 00:00:00 2001 From: gouki Date: Sat, 8 Aug 2026 11:40:36 +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=84=E9=80=9A=E9=85=8D=E7=AC=A6?= =?UTF-8?q?=E9=80=89=E6=8B=A9=E5=99=A8(=E7=9C=9F=E6=AD=A3=E6=A0=B9?= =?UTF-8?q?=E5=9B=A0)?= 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, 2 insertions(+), 1 deletion(-) diff --git a/mini/pages/wish-tree/wish-tree.wxss b/mini/pages/wish-tree/wish-tree.wxss index 3ea9d19..4ffd125 100644 --- a/mini/pages/wish-tree/wish-tree.wxss +++ b/mini/pages/wish-tree/wish-tree.wxss @@ -30,7 +30,8 @@ pointer-events: none; } -.top-bar > * { +.top-bar .tree-switcher, +.top-bar .sensor-controls { pointer-events: auto; }