From 1b6a752b206a464e71a7b3550421de986590790e Mon Sep 17 00:00:00 2001 From: ZLY Date: Wed, 20 Aug 2025 15:42:14 +0800 Subject: [PATCH] =?UTF-8?q?pref(ideContainer):=E8=B0=83=E6=95=B4=E6=97=A5?= =?UTF-8?q?=E5=BF=97=E6=A0=8F=E6=9C=80=E5=B0=8F=E9=AB=98=E5=BA=A6=E5=B9=B6?= =?UTF-8?q?=E4=BC=98=E5=8C=96=E5=8F=B3=E4=BE=A7=E8=BE=B9=E6=A0=8F=E6=B8=B2?= =?UTF-8?q?=E6=9F=93=E9=80=BB=E8=BE=91?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/ideContainer/rightSideBar.tsx | 8 ++++---- src/pages/ideContainer/style/logBar.module.less | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/src/pages/ideContainer/rightSideBar.tsx b/src/pages/ideContainer/rightSideBar.tsx index caa9bde..8265d58 100644 --- a/src/pages/ideContainer/rightSideBar.tsx +++ b/src/pages/ideContainer/rightSideBar.tsx @@ -68,7 +68,7 @@ const RightSideBar: React.FC = () => { } > - { onMoving={handleResize} > - + } { } > - { onMoving={handleResize} > - + } diff --git a/src/pages/ideContainer/style/logBar.module.less b/src/pages/ideContainer/style/logBar.module.less index 0edae89..be19f60 100644 --- a/src/pages/ideContainer/style/logBar.module.less +++ b/src/pages/ideContainer/style/logBar.module.less @@ -1,6 +1,6 @@ .logBar { width: calc(100% - 220px); - min-height: 150px; + min-height: 250px; position: absolute; bottom: 0; right: 0;