@@ -140,12 +140,13 @@ export default {
margin-top: 16px;
border-bottom: 1px solid #eee;
.img {
- .van-image {
+ /deep/.van-image {
width: 260px;
height: 160px;
img {
width: 100%;
height: 100%;
+ object-fit: cover !important;
}