style: fix Anchor horizontal direction style (#41336)

This commit is contained in:
ZivHe 2023-03-19 23:28:34 +08:00 committed by GitHub
parent ec33f75bc0
commit b915094498
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -69,7 +69,7 @@ const genSharedAnchorStyle: GenerateStyle<AnchorToken> = (token): CSSObject => {
},
},
[`&:not(${componentCls}-horizontal)`]: {
[`&:not(${componentCls}-wrapper-horizontal)`]: {
[componentCls]: {
'&::before': {
position: 'absolute',