Merge branch 'gitlink_ssr_head' of https://gitlink.org.cn/Gitlink/forgeplus-react into pre_gitlink_ssr

This commit is contained in:
qiukai 2025-03-19 08:55:01 +08:00
commit ba7cc0c6f9
1 changed files with 4 additions and 4 deletions

View File

@ -52,11 +52,11 @@ $blue-color-light: rgba(39, 118, 217, 1);
bottom: 0;
left: 0;
z-index: 99;
height: 100vh;
width: 100vw;
height: 1080px;
width: 1920px;
.home-wrap {
height: 100vh;
width: 100vw;
height: 1080px;
width: 1920px;
background-image: url(./img/bj1.png);
background-size: 100% 100%;
display: flex;