diff --git a/components/modal/style/index.tsx b/components/modal/style/index.tsx index fdcacd149a..08ba26e82f 100644 --- a/components/modal/style/index.tsx +++ b/components/modal/style/index.tsx @@ -280,9 +280,7 @@ const genModalConfirmStyle: GenerateStyle = token => { }, }, [`${confirmComponentCls}-btns`]: { - display: 'flex', - alignItems: 'center', - justifyContent: 'flex-end', + textAlign: 'end', marginTop: token.marginLG, [`${token.antCls}-btn + ${token.antCls}-btn`]: {