fix: 调整组件列表下图片的展现方式,保持图片不被变形

This commit is contained in:
tnt group
2023-05-28 17:23:59 +08:00
parent 52389fa6fc
commit 6fe20c4655
@@ -222,6 +222,7 @@ $halfCenterHeight: 50px;
height: 100px;
max-width: 140px;
border-radius: 6px;
object-fit: contain;
@extend .go-transition;
}
}
@@ -289,6 +290,7 @@ $halfCenterHeight: 50px;
height: $halfCenterHeight;
width: auto;
transition: all 0.2s;
object-fit: contain;
}
}
.list-bottom {