Browse Source

chore: fix lint

pull/40464/head
二货机器人 2 years ago
parent
commit
d2aa0f8b5d
  1. 2
      components/anchor/style/index.ts

2
components/anchor/style/index.ts

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

Loading…
Cancel
Save