mirror of
https://github.com/youzan/vant.git
synced 2026-03-01 02:00:13 +08:00
fix(Card): thumb image border-radius become effective (#5480)
This commit is contained in:
@@ -22,7 +22,10 @@
|
||||
width: @card-thumb-size;
|
||||
height: @card-thumb-size;
|
||||
margin-right: @padding-xs;
|
||||
border-radius: @card-thumb-border-radius;
|
||||
|
||||
img {
|
||||
border-radius: @card-thumb-border-radius;
|
||||
}
|
||||
}
|
||||
|
||||
&__content {
|
||||
|
||||
Reference in New Issue
Block a user