Browse Source

style: fix Badge dot small width (#28854)

close #28853
pull/28859/head
偏右 4 years ago
committed by GitHub
parent
commit
9fad797fd3
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      components/badge/style/index.less

1
components/badge/style/index.less

@ -47,6 +47,7 @@
&-dot {
z-index: @zindex-badge;
width: @badge-dot-size;
min-width: @badge-dot-size;
height: @badge-dot-size;
background: @highlight-color;
border-radius: 100%;

Loading…
Cancel
Save