|
|
@ -16,6 +16,7 @@ const ConfirmDialog: FunctionalComponent<ConfirmDialogProps> = props => {
|
|
|
|
onCancel,
|
|
|
|
onCancel,
|
|
|
|
onOk,
|
|
|
|
onOk,
|
|
|
|
close,
|
|
|
|
close,
|
|
|
|
|
|
|
|
closable = false,
|
|
|
|
zIndex,
|
|
|
|
zIndex,
|
|
|
|
afterClose,
|
|
|
|
afterClose,
|
|
|
|
visible,
|
|
|
|
visible,
|
|
|
@ -83,6 +84,7 @@ const ConfirmDialog: FunctionalComponent<ConfirmDialogProps> = props => {
|
|
|
|
keyboard={keyboard}
|
|
|
|
keyboard={keyboard}
|
|
|
|
centered={centered}
|
|
|
|
centered={centered}
|
|
|
|
getContainer={getContainer}
|
|
|
|
getContainer={getContainer}
|
|
|
|
|
|
|
|
closable={closable}
|
|
|
|
>
|
|
|
|
>
|
|
|
|
<div class={`${contentPrefixCls}-body-wrapper`}>
|
|
|
|
<div class={`${contentPrefixCls}-body-wrapper`}>
|
|
|
|
<div class={`${contentPrefixCls}-body`}>
|
|
|
|
<div class={`${contentPrefixCls}-body`}>
|
|
|
|