style(ideContainer):调整日志栏样式和布局

master
钟良源 6 months ago
parent 35cb9c750c
commit 903bf5778a

@ -43,6 +43,9 @@ const LogBar: React.FC<LogBarProps> = () => {
<ResizeBox
className={styles.logBar}
directions={['top']}
style={{
height: 250
}}
>
<Tabs
type="card-gutter"

@ -1,6 +1,5 @@
.logBar {
width: calc(100% - 220px);
min-height: 250px;
position: absolute;
bottom: 0;
right: 0;

Loading…
Cancel
Save