Browse Source

Merge pull request #15395 from ant-design/fix-badge-height

Fix Badge dot a litter higher
pull/15421/head
偏右 6 years ago
committed by GitHub
parent
commit
771b2c426a
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      components/badge/style/index.less

4
components/badge/style/index.less

@ -113,7 +113,9 @@
}
&-not-a-wrapper {
vertical-align: middle;
&:not(.@{badge-prefix-cls}-status) {
vertical-align: middle;
}
.@{ant-prefix}-scroll-number {
position: relative;

Loading…
Cancel
Save