From 5c092cad17163320c9c4f0b647c4c6ee9949fa7d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=BE=90=E6=B6=9B?= Date: Mon, 27 Mar 2023 18:47:15 +0800 Subject: [PATCH] =?UTF-8?q?fix(list):=E8=B0=83=E6=95=B4=E6=96=87=E4=BB=B6?= =?UTF-8?q?=E5=A4=B9=E6=A0=91=E5=B8=83=E5=B1=80=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/DirTree.tsx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/components/DirTree.tsx b/src/components/DirTree.tsx index 93ab159..7d2b729 100644 --- a/src/components/DirTree.tsx +++ b/src/components/DirTree.tsx @@ -142,7 +142,8 @@ export const DirTree: FC = () => { h="100%" spacing={8} px={4} - py={4} + pt={4} + pb={40} pos="relative" sx={{ overflow: 'auto' }} ref={viewRef}