mirror of
https://gitee.com/vant-contrib/vant.git
synced 2025-04-06 03:57:59 +08:00
fix(Card): thumb image border-radius become effective (#5480)
This commit is contained in:
parent
ff91b7f121
commit
19a1b25ec2
@ -22,7 +22,10 @@
|
|||||||
width: @card-thumb-size;
|
width: @card-thumb-size;
|
||||||
height: @card-thumb-size;
|
height: @card-thumb-size;
|
||||||
margin-right: @padding-xs;
|
margin-right: @padding-xs;
|
||||||
border-radius: @card-thumb-border-radius;
|
|
||||||
|
img {
|
||||||
|
border-radius: @card-thumb-border-radius;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
&__content {
|
&__content {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user