fix: Modal centered not centered (#33022)

close #33021
This commit is contained in:
afc163 2021-11-25 18:06:40 +08:00 committed by GitHub
parent d9ce96af3b
commit 285fa6e407
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -117,6 +117,7 @@
.@{dialog-prefix-cls} {
top: 0;
display: inline-block;
padding-bottom: 0;
text-align: left;
vertical-align: middle;
}