fix(Card): thumb image border-radius become effective (#5480)

This commit is contained in:
Lindy 2020-01-06 14:42:38 +08:00 committed by neverland
parent ff91b7f121
commit 19a1b25ec2

View File

@ -22,8 +22,11 @@
width: @card-thumb-size;
height: @card-thumb-size;
margin-right: @padding-xs;
img {
border-radius: @card-thumb-border-radius;
}
}
&__content {
position: relative;