mirror of
https://gitee.com/ant-design/ant-design.git
synced 2024-12-04 13:08:41 +08:00
refactor: use text-align instead of flex for modal confirm bottom btns (#35630)
This commit is contained in:
parent
b67bae6a6e
commit
651dae1430
@ -280,9 +280,7 @@ const genModalConfirmStyle: GenerateStyle<ModalToken> = token => {
|
|||||||
},
|
},
|
||||||
},
|
},
|
||||||
[`${confirmComponentCls}-btns`]: {
|
[`${confirmComponentCls}-btns`]: {
|
||||||
display: 'flex',
|
textAlign: 'end',
|
||||||
alignItems: 'center',
|
|
||||||
justifyContent: 'flex-end',
|
|
||||||
marginTop: token.marginLG,
|
marginTop: token.marginLG,
|
||||||
|
|
||||||
[`${token.antCls}-btn + ${token.antCls}-btn`]: {
|
[`${token.antCls}-btn + ${token.antCls}-btn`]: {
|
||||||
|
Loading…
Reference in New Issue
Block a user