[improvement] Toast: text align center when multi line

This commit is contained in:
陈嘉涵 2019-04-30 18:53:20 +08:00
parent f0311718e3
commit ef77166246

View File

@ -5,6 +5,7 @@
top: 50%;
left: 50%;
display: flex;
text-align: center;
color: @toast-text-color;
max-width: @toast-max-width;
font-size: @toast-font-size;