更新 index.vue

This commit is contained in:
zzzzzak
2025-01-14 12:23:14 +08:00
committed by GitHub
parent 2b43b95fdb
commit 28d48c3323
+1 -1
View File
@@ -117,7 +117,7 @@ onLoad(() => {
box-sizing: border-box;
min-height: 100vh;
padding-bottom: 200rpx;
background-image: url('@/static/images/login-bg.png');
background-image: url('@/static/images/login-bg.jpg');
background-repeat: no-repeat;
background-size: cover;
}