feat(Dialog): messageAlign 属性支持传 justify (#5034)

This commit is contained in:
feliciaZH 2022-09-07 22:42:25 +08:00 committed by GitHub
parent d965fa6934
commit 0d3694c9d7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -62,6 +62,10 @@
&--right { &--right {
text-align: right; text-align: right;
} }
&--justify {
text-align: justify;
}
} }
&__footer { &__footer {