diff --git a/components/input-number/style/index.ts b/components/input-number/style/index.ts index bcfdeefdf0..e648c0b3d9 100644 --- a/components/input-number/style/index.ts +++ b/components/input-number/style/index.ts @@ -157,7 +157,6 @@ const genInputNumberStyles: GenerateStyle = (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':