Avatar: fix image not center vertically issue (#16489)

pull/16568/head
luckyCao 2019-07-24 16:16:29 +08:00 committed by hetech
parent f5b2fe1be6
commit 2c7911e580
1 changed files with 2 additions and 1 deletions

View File

@ -14,8 +14,9 @@
font-size: $--avatar-text-font-size;
>img {
width: 100%;
display: block;
height: 100%;
vertical-align: middle;
}
@include m(circle) {