diff --git a/components/anchor/style/index.ts b/components/anchor/style/index.ts index 119055aac..6909b1ad6 100644 --- a/components/anchor/style/index.ts +++ b/components/anchor/style/index.ts @@ -102,7 +102,7 @@ const genSharedAnchorStyle: GenerateStyle = (token): CSSObject => { }, }, - [`${componentCls}-fixed ${componentCls}-ink ${componentCls}-ink`]: { + [`${componentCls}-fixed ${componentCls}-ink ${componentCls}-ink-ball`]: { display: 'none', }, },