From a7d5505bcd0604e074f968d8c023ca9efab80301 Mon Sep 17 00:00:00 2001 From: lijianan <574980606@qq.com> Date: Sun, 28 May 2023 03:04:36 +0800 Subject: [PATCH] Update index.ts --- components/input-number/style/index.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/components/input-number/style/index.ts b/components/input-number/style/index.ts index 07c671de92..e648c0b3d9 100644 --- a/components/input-number/style/index.ts +++ b/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;