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;