From b9150944986220040a25d4de2c92313021ca5c6a Mon Sep 17 00:00:00 2001 From: ZivHe Date: Sun, 19 Mar 2023 23:28:34 +0800 Subject: [PATCH] style: fix Anchor horizontal direction style (#41336) --- 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 191a21f26c..6f9520da6d 100644 --- a/components/anchor/style/index.ts +++ b/components/anchor/style/index.ts @@ -69,7 +69,7 @@ const genSharedAnchorStyle: GenerateStyle = (token): CSSObject => { }, }, - [`&:not(${componentCls}-horizontal)`]: { + [`&:not(${componentCls}-wrapper-horizontal)`]: { [componentCls]: { '&::before': { position: 'absolute',