This commit is contained in:
yixu
2025-12-26 21:07:57 +08:00
parent 81a13aa8b1
commit 479d9dec10
9 changed files with 21 additions and 14 deletions

View File

@@ -98,7 +98,8 @@ const handleHaibao = async () => {
width: 100vw;
height: 217vw;
background-image: url("../assets/images/new/todolist-bg.webp");
background-size: cover;
background-size: 100% auto;
background-position: 0 0;
background-repeat: no-repeat;
display: flex;
flex-direction: column;