fix: 设置背景可repeat.

This commit is contained in:
alwxkxk 2021-08-01 07:33:12 +08:00
parent 673b1b76d0
commit aa7067644b

View File

@ -4,7 +4,7 @@ html{
}
body{
background: url("../images/background.png") no-repeat;
background: url("../images/background.png");
background-size: cover;
}