From d389581f37bf786df85ab20ad6072a4c8c5960aa Mon Sep 17 00:00:00 2001 From: thzxx Date: Sun, 19 Apr 2026 20:12:08 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E7=A9=BA=E9=97=B2=E7=8A=B6=E6=80=81?= =?UTF-8?q?=E7=BB=9D=E5=AF=B9=E5=AE=9A=E4=BD=8D=E5=B1=85=E4=B8=AD=EF=BC=8C?= =?UTF-8?q?=E6=B6=88=E9=99=A4=E6=BB=9A=E5=8A=A8=E6=9D=A1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/renderer/styles/style.css | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/src/renderer/styles/style.css b/src/renderer/styles/style.css index d6af97f..089a72d 100644 --- a/src/renderer/styles/style.css +++ b/src/renderer/styles/style.css @@ -2406,6 +2406,7 @@ html, body { .ws-term-output { flex: 1; + position: relative; overflow-y: auto; padding: 10px 14px; font-size: 12px; @@ -2429,7 +2430,8 @@ html, body { flex-direction: column; align-items: center; justify-content: center; - height: 100%; + position: absolute; + inset: 0; padding: 20px 16px; gap: 16px; } @@ -2563,6 +2565,7 @@ html, body { /* 工具调用 Tab */ .ws-tools-output { flex: 1; + position: relative; overflow-y: auto; padding: 10px 14px; font-size: 12px; @@ -2815,6 +2818,7 @@ html, body { .ws-file-list { flex: 1; + position: relative; overflow-y: auto; padding: 4px 0; }