1
0
mirror of https://gitee.com/vant-contrib/vant.git synced 2025-04-06 03:57:59 +08:00

[bugfix] Card: thumb image align center ()

This commit is contained in:
neverland 2019-04-28 11:42:27 +08:00 committed by GitHub
parent dfac025b74
commit d2bc38f1cd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -18,6 +18,7 @@
}
&__thumb {
display: flex;
position: relative;
width: @card-thumb-size;
height: @card-thumb-size;