防止缩放问题

This commit is contained in:
lkhsss
2025-09-01 20:35:16 +08:00
parent 6631bd2eb9
commit 7399491b43

View File

@ -15,12 +15,13 @@
align-items: center;
height: 100vh;
margin: 0;
overflow: hidden;
}
img {
/* max-height: 80%; */
/* height: auto; */
width: 400px;
width: 350px;
/* flex-grow: 1; */
transition: transform 0.05s ease-in-out;
}