From b5a8a6f01053b358bb93817690b495d56cf2c54c Mon Sep 17 00:00:00 2001 From: luowenshuai <15965605625@163.com> Date: Wed, 18 Sep 2024 11:54:19 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E5=A4=8DAnchor=E5=B0=8F?= =?UTF-8?q?=E6=96=B9=E5=9D=97=E6=97=A0=E6=B3=95=E9=9A=90=E8=97=8F=E9=97=AE?= =?UTF-8?q?=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- components/anchor/style/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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', }, },