Browse Source

Merge branch 'affix-r' of https://github.com/ant-design/ant-design into affix-r

affix-r
栗嘉男 2 years ago
parent
commit
ec38148e0d
  1. 4
      components/input-number/style/index.ts

4
components/input-number/style/index.ts

@ -9,10 +9,10 @@ import {
genStatusStyle,
initInputToken,
} from '../../input/style';
import { resetComponent, resetIcon } from '../../style';
import { genCompactItemStyle } from '../../style/compact-item';
import type { FullToken, GenerateStyle } from '../../theme/internal';
import { genComponentStyleHook } from '../../theme/internal';
import { resetComponent, resetIcon } from '../../style';
import { genCompactItemStyle } from '../../style/compact-item';
export interface ComponentToken {
controlWidth: number;

Loading…
Cancel
Save