File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -42,8 +42,8 @@ const ConfirmDialog: FunctionalComponent<ConfirmDialogProps> = props => {
42
42
const okText = props . okText || ( okCancel ? runtimeLocale . okText : runtimeLocale . justOkText ) ;
43
43
const cancelText = props . cancelText || runtimeLocale . cancelText ;
44
44
const autoFocusButton = props . autoFocusButton === null ? false : props . autoFocusButton || 'ok' ;
45
- const transitionName = props . transitionName || 'zoom' ;
46
- const maskTransitionName = props . maskTransitionName || 'fade' ;
45
+ const transitionName = props . transitionName || 'ant- zoom' ;
46
+ const maskTransitionName = props . maskTransitionName || 'ant- fade' ;
47
47
48
48
const classString = classNames (
49
49
contentPrefixCls ,
Original file line number Diff line number Diff line change @@ -153,8 +153,8 @@ export default defineComponent({
153
153
inheritAttrs : false ,
154
154
props : initDefaultProps ( modalProps , {
155
155
width : 520 ,
156
- transitionName : 'zoom' ,
157
- maskTransitionName : 'fade' ,
156
+ transitionName : 'ant- zoom' ,
157
+ maskTransitionName : 'ant- fade' ,
158
158
confirmLoading : false ,
159
159
visible : false ,
160
160
okType : 'primary' ,
You can’t perform that action at this time.
0 commit comments