feat: 更换背景图片
Some checks are pending
Gitea Actions Demo / Explore-Gitea-Actions (push) Waiting to run

This commit is contained in:
fyy 2025-07-20 17:48:42 +08:00
parent 96da6a9764
commit 42434c127c

View File

@ -281,7 +281,7 @@ const handleAccountLogin = async () => {
align-items: center; align-items: center;
background: background:
url('../../../../../apps/web-antd/src/assets/juxing.png') no-repeat center center fixed, url('../../../../../apps/web-antd/src/assets/juxing.png') no-repeat center center fixed,
url('../../../../../apps/web-antd/src/assets/222.gif'); url('../../../../../apps/web-antd/src/assets/222.png');
background-size: cover, cover; background-size: cover, cover;
color: #fff; color: #fff;
} }