Skip to content

Commit 9b948a5

Browse files
committed
fix: 修复全局背景色在有滚动条时没有铺满
1 parent bd0c9e8 commit 9b948a5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/styles/index.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ html {
1212

1313
body {
1414
height: 100%;
15+
background-color: #f0f2f5; // 全局背景色
1516
-moz-osx-font-smoothing: grayscale;
1617
-webkit-font-smoothing: antialiased;
1718
font-family: "Helvetica Neue", Helvetica, "PingFang SC", "Hiragino Sans GB",
@@ -20,7 +21,6 @@ body {
2021

2122
#app {
2223
height: 100%;
23-
background-color: #f0f2f5; // 全局背景色
2424
}
2525

2626
*,

0 commit comments

Comments
 (0)