From 9517afabd94c1e60d8e4140a9f7d6b936b2604aa Mon Sep 17 00:00:00 2001 From: qinglong Date: Sat, 13 Jun 2026 11:46:11 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E8=BE=93=E5=85=A5=E6=A1=86=E7=BD=AE?= =?UTF-8?q?=E5=BA=95=20=E2=80=94=20=E7=A7=BB=E9=99=A4=E5=86=B2=E7=AA=81?= =?UTF-8?q?=E7=9A=84=20height=20=E5=B1=9E=E6=80=A7=EF=BC=8C=E7=94=A8=20ali?= =?UTF-8?q?gn=20center=20bottom?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit grid-rows 已设置行高 (auto auto 1fr 5),CSS height 会与 grid 冲突 改为 align: center bottom 让 Input 贴底 Co-Authored-By: Claude --- services/tui_service.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/services/tui_service.py b/services/tui_service.py index 469a491..bd40259 100644 --- a/services/tui_service.py +++ b/services/tui_service.py @@ -560,7 +560,6 @@ class TUIFramework(App): } #monitor-area { - height: 3; padding: 0 1; background: $panel; color: $text; @@ -573,9 +572,9 @@ class TUIFramework(App): } #input-area { - height: 5; border: solid $secondary; padding: 0 1; + align: center bottom; } ScrollableContainer {