mirror of
https://github.com/ant-design/ant-design.git
synced 2024-12-05 01:19:45 +08:00
fix: rate star transform origin (#44855)
This commit is contained in:
parent
f3c1871b20
commit
d3469324c9
@ -108,7 +108,7 @@ const genRateStyle: GenerateStyle<RateToken> = (token) => {
|
|||||||
padding: 0,
|
padding: 0,
|
||||||
color: token.starColor,
|
color: token.starColor,
|
||||||
fontSize: token.starSize,
|
fontSize: token.starSize,
|
||||||
lineHeight: 'unset',
|
lineHeight: 1,
|
||||||
listStyle: 'none',
|
listStyle: 'none',
|
||||||
outline: 'none',
|
outline: 'none',
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user