fix:修复了缩放过程中图片比例错误的问题

This commit is contained in:
2024-05-09 11:53:09 +08:00
parent 007645e94d
commit 18347a5ad5
3 changed files with 5 additions and 4 deletions

View File

@@ -28,7 +28,7 @@
img {
display: block;
width: 100%;
min-height: 300px;
min-height: 200px;
margin-top: 10px;
}