Skip to content

Commit 1cd06ba

Browse files
committed
fix: 优化样式
1 parent af0ef1c commit 1cd06ba

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

resources/logger/index.css

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

1514
.container {
@@ -19,6 +18,7 @@ body {
1918
border-radius: 18px;
2019
box-shadow: 0 18px 45px rgba(148, 163, 184, 0.45);
2120
overflow: hidden;
21+
width: fit-content;
2222
}
2323

2424
.header {

0 commit comments

Comments
 (0)