From fabf4b7cd595984de24b0813000d96952adb1bd0 Mon Sep 17 00:00:00 2001 From: Karasukaigan <80465610+Karasukaigan@users.noreply.github.com> Date: Wed, 2 Jul 2025 01:09:46 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E5=A4=8DResizablePanel?= =?UTF-8?q?=E9=BB=98=E8=AE=A4=E5=A4=A7=E5=B0=8F=E6=80=BB=E5=92=8C=E9=9D=9E?= =?UTF-8?q?100%=E7=9A=84=E8=AD=A6=E5=91=8A?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 修复React可调整面板组件的布局警告"Invalid layout total size: 18%, 16%, 55%." --- BillNote_frontend/src/layouts/HomeLayout.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/BillNote_frontend/src/layouts/HomeLayout.tsx b/BillNote_frontend/src/layouts/HomeLayout.tsx index a2b6362..8742ac7 100644 --- a/BillNote_frontend/src/layouts/HomeLayout.tsx +++ b/BillNote_frontend/src/layouts/HomeLayout.tsx @@ -68,7 +68,7 @@ const HomeLayout: FC = ({ NoteForm, Preview, History }) => { {/* 右边预览 */} - +
{Preview}