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

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

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

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

Loading…
Cancel
Save