Skip to content

Commit af0ef1c

Browse files
committed
fix: 优化日志样式
1 parent 61bdb0f commit af0ef1c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

resources/logger/index.css

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,9 @@
77
body {
88
font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif, 'Microsoft YaHei';
99
background: linear-gradient(135deg, #c7d2fe 0%, #fbcfe8 50%, #a5f3fc 100%);
10-
min-height: 100vh;
1110
padding: 20px;
11+
display: flex;
12+
align-items: flex-start;
1213
}
1314

1415
.container {

0 commit comments

Comments
 (0)