fix: empty space-item are not been hidden (#7557)

pull/7632/head
lchrennew 2024-06-04 16:13:11 +08:00 committed by GitHub
parent afebeb9ffa
commit 307148e2df
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -38,7 +38,7 @@ const genSpaceStyle: GenerateStyle<SpaceToken> = token => {
alignItems: 'baseline',
},
},
[`${componentCls}-space-item`]: {
[`${componentCls}-item`]: {
'&:empty': {
display: 'none',
},