防止缩放问题

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; align-items: center;
height: 100vh; height: 100vh;
margin: 0; margin: 0;
overflow: hidden;
} }
img { img {
/* max-height: 80%; */ /* max-height: 80%; */
/* height: auto; */ /* height: auto; */
width: 400px; width: 350px;
/* flex-grow: 1; */ /* flex-grow: 1; */
transition: transform 0.05s ease-in-out; transition: transform 0.05s ease-in-out;
} }