From 4d03c35ea96979e09c1cb29c64a46996c8cb558e Mon Sep 17 00:00:00 2001 From: thzxx Date: Thu, 23 Apr 2026 11:55:21 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E5=B7=A5=E4=BD=9C=E7=A9=BA=E9=97=B4?= =?UTF-8?q?=E9=9D=A2=E6=9D=BF=E5=BA=95=E6=A0=8F=E4=B8=8E=E6=B6=88=E6=81=AF?= =?UTF-8?q?=E8=BE=93=E5=85=A5=E5=8C=BA=E5=BA=95=E6=A0=8F=E5=AF=B9=E9=BD=90?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit .workspace-panel 显式设置 height:100vh,与 .main-wrap 一致, 确保两者 flex 子元素等高,底栏(ws-term-toolbar 与 input-area) 自然对齐。 --- src/renderer/styles/style.css | 1 + 1 file changed, 1 insertion(+) diff --git a/src/renderer/styles/style.css b/src/renderer/styles/style.css index 339225d..f9454f1 100644 --- a/src/renderer/styles/style.css +++ b/src/renderer/styles/style.css @@ -2275,6 +2275,7 @@ html, body { .workspace-panel { width: 480px; min-width: 480px; + height: 100vh; display: flex; flex-direction: column; background: var(--bg-card);