优化 文本不在单词中间进行换行
This commit is contained in:
parent
41bc20a3a8
commit
f5083ca420
|
|
@ -12,6 +12,7 @@
|
|||
<span
|
||||
:id="textElId"
|
||||
:style="cellInfo.style.text"
|
||||
style="word-break: keep-all; white-space: normal; overflow-wrap: break-word;"
|
||||
v-html="safeHtml(cellInfo.label)">
|
||||
</span>
|
||||
<el-dialog
|
||||
|
|
|
|||
|
|
@ -12,6 +12,7 @@
|
|||
<span
|
||||
:id="textElId"
|
||||
:style="cellInfo.style.text"
|
||||
style="word-break: keep-all; white-space: normal; overflow-wrap: break-word;"
|
||||
v-html="safeHtml(cellInfo.label)">
|
||||
</span>
|
||||
<el-dialog
|
||||
|
|
|
|||
Loading…
Reference in New Issue