style: 修正背景图片路径

This commit is contained in:
Argo Zhang 2019-08-20 18:12:07 +08:00
parent d5bf54a4dc
commit 4f48ad0d21
No known key found for this signature in database
GPG Key ID: 152E398953DDF19F
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
.lock-screen {
background: #02bac6 url("images/lock-bg.jpg");
background: #02bac6 url("../images/lock-bg.jpg");
background-size: cover;
background-repeat: repeat;
}