fix Tooltip style bug

This commit is contained in:
梁灏 2020-04-08 14:43:01 +08:00
parent ac618af2e6
commit 69c439d65c

View file

@ -76,6 +76,9 @@
&-with-width{
white-space: pre-wrap;
text-align: justify;
// 解决纯字母或数字不换行的问题
word-wrap: break-word;
word-break: break-all;
}
}