diff --git a/components/spin/style/index.ts b/components/spin/style/index.ts index 3e4c5af8fa..ea3846d2a1 100644 --- a/components/spin/style/index.ts +++ b/components/spin/style/index.ts @@ -188,11 +188,6 @@ const genSpinStyle: GenerateStyle = (token: SpinToken): CSSObject => // holder // ------------------------------ - [`${componentCls}-dot-progress`]: { - position: 'absolute', - top: 0, - insetInlineStart: 0, - }, [`${componentCls}-dot-holder`]: { width: '1em', height: '1em',