This commit is contained in:
yixu
2025-09-16 17:19:31 +08:00
parent 44e9e099b2
commit 42c6610229
3 changed files with 9 additions and 6 deletions

View File

@@ -187,7 +187,7 @@ const handleNavClick = (event) => {
width: 100vw;
height: 200vw;
background-image: url('../assets/images/generate/select-template-bg.webp');
background-size: cover;
background-size: 100%;
background-repeat: no-repeat;
display: flex;
flex-direction: column;
@@ -195,6 +195,7 @@ const handleNavClick = (event) => {
align-items: center;
position: relative;
min-height: -webkit-fill-available;
margin-top: -4vw;
}
.scene-item {