fix: reset style when use custom Element (#52170)

This commit is contained in:
lijianan 2024-12-30 16:33:52 +08:00 committed by GitHub
parent 9370268b8f
commit 976d21dd3f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -37,6 +37,8 @@ const genFlexStyle: GenerateStyle<FlexToken> = (token) => {
return {
[componentCls]: {
display: 'flex',
margin: 0,
padding: 0,
'&-vertical': {
flexDirection: 'column',
},