From 95567c9cc412b3464c559dd34d16f7af92593069 Mon Sep 17 00:00:00 2001 From: freedakgmail Date: Mon, 17 Aug 2026 20:02:48 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E9=9A=90=E8=97=8F=E4=BE=A7=E8=BE=B9?= =?UTF-8?q?=E6=A0=8F=E8=8F=9C=E5=8D=95=E6=BB=9A=E5=8A=A8=E6=9D=A1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - tailwind.config 添加 scrollbar-hide 工具类插件 - SidebarNav nav 元素添加 scrollbar-hide class --- frontend/src/components/layout/SidebarNav.tsx | 2 +- frontend/tailwind.config.ts | 14 +++++++++++++- 2 files changed, 14 insertions(+), 2 deletions(-) diff --git a/frontend/src/components/layout/SidebarNav.tsx b/frontend/src/components/layout/SidebarNav.tsx index 7392fd4..2ec9ad0 100644 --- a/frontend/src/components/layout/SidebarNav.tsx +++ b/frontend/src/components/layout/SidebarNav.tsx @@ -160,7 +160,7 @@ export default function SidebarNav({ mobileOpen, onClose }: { mobileOpen: boolea {/* 导航菜单 */} -