Skip to content
This repository was archived by the owner on Mar 26, 2019. It is now read-only.

Commit 766e35b

Browse files
committed
更新css
1 parent bec396f commit 766e35b

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/main/resources/css/root.css

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,8 @@ Menu {
2121

2222
/*3. 跟打显示栏*/
2323
TextFlow {
24+
-fx-background-color: #e9fadd;
25+
-fx-font-size: 22;
2426
}
2527

2628
TextFlow > Text {
@@ -30,11 +32,14 @@ TextFlow > Text {
3032

3133
/*4. 跟打输入栏*/
3234
TextArea {
35+
-fx-font-size: 20;
3336
}
3437

3538
/*5. 成绩显示栏*/
3639
TableView {
40+
/*-fx-background-color: ;*/
3741
}
3842

3943
.table-column {
44+
-fx-alignment: center;
4045
}

0 commit comments

Comments
 (0)