Poptip add prop wordWrap

This commit is contained in:
梁灏 2018-06-22 15:32:04 +08:00
parent 953d02c723
commit 130ed8894b
3 changed files with 19 additions and 2 deletions

View file

@ -43,6 +43,11 @@
&-content{
overflow: auto;
&-word-wrap{
white-space: pre-wrap;
text-align: justify;
}
&-inner{
color: @text-color;
}