Browse Source

fix avatar margin style (#22038)

pull/22039/head
二货机器人 5 years ago
committed by GitHub
parent
commit
86cb76771a
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

@ -55,5 +55,9 @@
&.@{avatar-prefix-cls}-icon {
font-size: @font-size;
> .@{iconfont-css-prefix} {
margin: 0;
}
}
}

Loading…
Cancel
Save