mirror of
https://github.com/ant-design/ant-design.git
synced 2025-06-07 09:26:06 +08:00
fix: reset style when use custom Element (#52170)
This commit is contained in:
parent
9370268b8f
commit
976d21dd3f
@ -37,6 +37,8 @@ const genFlexStyle: GenerateStyle<FlexToken> = (token) => {
|
||||
return {
|
||||
[componentCls]: {
|
||||
display: 'flex',
|
||||
margin: 0,
|
||||
padding: 0,
|
||||
'&-vertical': {
|
||||
flexDirection: 'column',
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user