From f03bcbdc8021a49b12b2fe1f4c21937b59c9464d Mon Sep 17 00:00:00 2001 From: asp_ly Date: Fri, 27 Dec 2024 21:12:19 +0800 Subject: [PATCH] 1 --- frontend/src/components/ui/sidebar.tsx | 6 +++--- frontend/src/layouts/BasicLayout.tsx | 25 +++++++++++++++++-------- 2 files changed, 20 insertions(+), 11 deletions(-) diff --git a/frontend/src/components/ui/sidebar.tsx b/frontend/src/components/ui/sidebar.tsx index 0f988e7c..f97373c6 100644 --- a/frontend/src/components/ui/sidebar.tsx +++ b/frontend/src/components/ui/sidebar.tsx @@ -12,8 +12,8 @@ const Sidebar = React.forwardRef(
{ } return ( - + - +
@@ -220,11 +227,13 @@ const BasicLayout: React.FC = () => {