fix: 工作空间面板底栏与消息输入区底栏对齐
.workspace-panel 显式设置 height:100vh,与 .main-wrap 一致, 确保两者 flex 子元素等高,底栏(ws-term-toolbar 与 input-area) 自然对齐。
This commit is contained in:
@@ -2275,6 +2275,7 @@ html, body {
|
|||||||
.workspace-panel {
|
.workspace-panel {
|
||||||
width: 480px;
|
width: 480px;
|
||||||
min-width: 480px;
|
min-width: 480px;
|
||||||
|
height: 100vh;
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
background: var(--bg-card);
|
background: var(--bg-card);
|
||||||
|
|||||||
Reference in New Issue
Block a user