diff --git a/components/modal/style/confirm.less b/components/modal/style/confirm.less index dc750b2deb..ef66859950 100644 --- a/components/modal/style/confirm.less +++ b/components/modal/style/confirm.less @@ -71,4 +71,9 @@ &-success &-body > .@{iconfont-css-prefix} { color: @success-color; } + + // https://github.com/ant-design/ant-design/issues/37329 + .@{ant-prefix}-zoom-leave .@{confirm-prefix-cls}-btns { + pointer-events: none; + } }