Ayden
2 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
0 deletions
-
components/badge/style/index.tsx
|
@ -101,6 +101,7 @@ const genSharedBadgeStyle: GenerateStyle<BadgeToken> = (token: BadgeToken): CSSO |
|
|
...resetComponent(token), |
|
|
...resetComponent(token), |
|
|
position: 'relative', |
|
|
position: 'relative', |
|
|
display: 'inline-block', |
|
|
display: 'inline-block', |
|
|
|
|
|
width: 'fit-content', |
|
|
lineHeight: 1, |
|
|
lineHeight: 1, |
|
|
|
|
|
|
|
|
[`${componentCls}-count`]: { |
|
|
[`${componentCls}-count`]: { |
|
|