Browse Source

style: fix Avatar src Image style (#27691)

pull/27695/head
Tom Xu 4 years ago
committed by GitHub
parent
commit
b3e75d5b57
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      components/avatar/style/index.less

4
components/avatar/style/index.less

@ -19,6 +19,10 @@
background: transparent;
}
.@{ant-prefix}-image-img {
display: block;
}
.avatar-size(@avatar-size-base, @avatar-font-size-base);
&-lg {

Loading…
Cancel
Save