🐛 Fix Modal.confirm wrong align in small screen

close #14279
This commit is contained in:
afc163 2019-01-11 11:26:10 +08:00 committed by 偏右
parent 689f32a07f
commit a075c90321

View File

@ -149,7 +149,7 @@
@media (max-width: @screen-sm-max) {
.@{dialog-prefix-cls} {
max-width: calc(100vw - 16px);
margin: 8px;
margin: 8px auto;
}
.@{dialog-prefix-cls}-centered {
.@{dialog-prefix-cls} {