Dec 12, 2018 Eric Guo 1124
摘要:table中出现文字无法换行或者宽度无法设置等问题
table增加 table-layout: fixed td设置 td{ white-space:pre-line; word-wrap: break-word; word-break: break-all; }