fix: 修复Anchor小方块无法隐藏问题

pull/7841/head
luowenshuai 2024-09-18 11:54:19 +08:00
parent 49d4b3166e
commit b5a8a6f010
1 changed files with 1 additions and 1 deletions

View File

@ -102,7 +102,7 @@ const genSharedAnchorStyle: GenerateStyle<AnchorToken> = (token): CSSObject => {
}, },
}, },
[`${componentCls}-fixed ${componentCls}-ink ${componentCls}-ink`]: { [`${componentCls}-fixed ${componentCls}-ink ${componentCls}-ink-ball`]: {
display: 'none', display: 'none',
}, },
}, },