Skip to content

Commit d0d7e2e

Browse files
committed
feat: 优化页面布局
1 parent aa5a916 commit d0d7e2e

7 files changed

Lines changed: 606 additions & 172 deletions

File tree

src/App.css

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,27 @@ body {
44

55
table td {
66
word-break: break-all;
7+
}
8+
9+
/* Gentle UI polish (no layout restructuring) */
10+
.app-action-row .ui.button,
11+
.app-action-row .ui.dropdown {
12+
/* reduce visual "jump" between controls */
13+
margin: 0 !important;
14+
}
15+
16+
.app-action-row {
17+
margin-bottom: 10px;
18+
}
19+
20+
.app-textarea textarea,
21+
.app-textarea {
22+
font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
23+
font-size: 12px;
24+
line-height: 1.45;
25+
}
26+
27+
.app-textarea--source textarea,
28+
.app-textarea--source {
29+
font-size: 13px;
730
}

0 commit comments

Comments
 (0)