mirror of
https://gitee.com/vant-contrib/vant.git
synced 2025-04-23 18:00:27 +08:00
[improvement] Toast: text align center when multi line
This commit is contained in:
parent
f0311718e3
commit
ef77166246
@ -5,6 +5,7 @@
|
|||||||
top: 50%;
|
top: 50%;
|
||||||
left: 50%;
|
left: 50%;
|
||||||
display: flex;
|
display: flex;
|
||||||
|
text-align: center;
|
||||||
color: @toast-text-color;
|
color: @toast-text-color;
|
||||||
max-width: @toast-max-width;
|
max-width: @toast-max-width;
|
||||||
font-size: @toast-font-size;
|
font-size: @toast-font-size;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user