mirror of
https://github.com/ant-design/ant-design.git
synced 2025-01-18 14:13:37 +08:00
style: fix InputNumber align issue (#42580)
* style: fix InputNumber align issue * Update index.ts * Update components/input-number/style/index.ts * Update index.ts
This commit is contained in:
parent
88a00dbf9e
commit
67db6e1641
@ -157,7 +157,6 @@ const genInputNumberStyles: GenerateStyle<InputNumberToken> = (token: InputNumbe
|
||||
transition: `all ${motionDurationMid} linear`,
|
||||
appearance: 'textfield',
|
||||
fontSize: 'inherit',
|
||||
verticalAlign: 'top',
|
||||
...genPlaceholderStyle(token.colorTextPlaceholder),
|
||||
|
||||
'&[type="number"]::-webkit-inner-spin-button, &[type="number"]::-webkit-outer-spin-button':
|
||||
|
Loading…
Reference in New Issue
Block a user