From 2aa24edf22adeb96dcf575ad4b504e2e2e703141 Mon Sep 17 00:00:00 2001 From: SongPro Date: Thu, 10 Jul 2025 11:24:20 +0800 Subject: [PATCH] =?UTF-8?q?fix(ScrollableRow):=20=E7=A7=BB=E9=99=A4overflo?= =?UTF-8?q?w-x-auto=E4=BB=A5=E4=BF=AE=E5=A4=8D=E6=BB=9A=E5=8A=A8=E9=97=AE?= =?UTF-8?q?=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 移除overflow-x-auto类以防止水平滚动条意外出现,保持设计一致性 --- src/components/ScrollableRow.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/ScrollableRow.tsx b/src/components/ScrollableRow.tsx index ad4760e..9416668 100644 --- a/src/components/ScrollableRow.tsx +++ b/src/components/ScrollableRow.tsx @@ -102,7 +102,7 @@ export default function ScrollableRow({ >
{children}