fix: Modal.confirm buttons should not be interative (#38400)

when modal is hiding

close #37329
This commit is contained in:
afc163 2022-11-06 15:58:35 +08:00 committed by GitHub
parent 45b078a1ad
commit f835c4bcc3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -71,4 +71,9 @@
&-success &-body > .@{iconfont-css-prefix} { &-success &-body > .@{iconfont-css-prefix} {
color: @success-color; color: @success-color;
} }
// https://github.com/ant-design/ant-design/issues/37329
.@{ant-prefix}-zoom-leave .@{confirm-prefix-cls}-btns {
pointer-events: none;
}
} }