fix: 标题栏 背景改 + 行高加到2 增强可见性
This commit is contained in:
@@ -557,12 +557,12 @@ class TUIFramework(App):
|
|||||||
Screen {
|
Screen {
|
||||||
layout: grid;
|
layout: grid;
|
||||||
grid-size: 1 5;
|
grid-size: 1 5;
|
||||||
grid-rows: 1 1 auto 1fr 3;
|
grid-rows: 1 2 auto 1fr 3;
|
||||||
}
|
}
|
||||||
|
|
||||||
#title-bar {
|
#title-bar {
|
||||||
padding: 0 1;
|
padding: 0 1;
|
||||||
background: $panel;
|
background: $accent;
|
||||||
color: $text;
|
color: $text;
|
||||||
text-style: bold;
|
text-style: bold;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user