fix: 修复登录页背景图加载失败问题

This commit is contained in:
xiaoQQya 2025-06-25 10:19:57 +08:00
parent b2000cba9a
commit 6659779d91

View File

@ -7,7 +7,7 @@
width: 100%; width: 100%;
height: 100vh; height: 100vh;
display: flex; display: flex;
background-image: url(/static/images/bg19.webp); background-image: url(/static/images/bg19.png);
background-position: center center; background-position: center center;
background-repeat: no-repeat; background-repeat: no-repeat;
background-size: cover;" background-size: cover;"