Skip to content

Commit

Permalink
fix: [Goods] apply cover to the image
Browse files Browse the repository at this point in the history
  • Loading branch information
akai committed Sep 27, 2021
1 parent dd0726f commit 03f5694
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Goods/style.less
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
width: @goods-img-width;
height: @goods-img-height;
margin-right: @goods-gap;
object-fit: contain;
object-fit: cover;
border-radius: @goods-img-border-radius;
}
&-name {
Expand Down

0 comments on commit 03f5694

Please sign in to comment.