Skip to content

Commit 85ff7c8

Browse files
committed
fix: 优化一个浅色模式的 ui 效果
1 parent 0ac797f commit 85ff7c8

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

frontend/src/App.vue

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,10 @@ body {
3535
height: 100%;
3636
}
3737
38+
body {
39+
background-color: var(--el-bg-color);
40+
}
41+
3842
#app {
3943
height: 100%;
4044
display: flex;

0 commit comments

Comments
 (0)