fix: 工作空间面板底栏与消息输入区底栏对齐

.workspace-panel 显式设置 height:100vh,与 .main-wrap 一致,
确保两者 flex 子元素等高,底栏(ws-term-toolbar 与 input-area)
自然对齐。
This commit is contained in:
thzxx
2026-04-23 11:55:21 +08:00
parent 4caa230c47
commit 4d03c35ea9
+1
View File
@@ -2275,6 +2275,7 @@ html, body {
.workspace-panel {
width: 480px;
min-width: 480px;
height: 100vh;
display: flex;
flex-direction: column;
background: var(--bg-card);