瀏覽代碼

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

luckyCao 6 年之前
父節點
當前提交
2c7911e580
共有 1 個文件被更改,包括 2 次插入1 次删除
  1. 2 1
      packages/theme-chalk/src/avatar.scss

+ 2 - 1
packages/theme-chalk/src/avatar.scss

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