table中加
style="table-layout: fixed;"写样式覆盖,需要改变td中,原css代码为white-space:nowrap
.table>tbody> tr> td{
white-space: pre-wrap !important;
}版权声明:本文为qq_36341363原创文章,遵循CC 4.0 BY-SA版权协议,转载请附上原文出处链接和本声明。
table中加
style="table-layout: fixed;"写样式覆盖,需要改变td中,原css代码为white-space:nowrap
.table>tbody> tr> td{
white-space: pre-wrap !important;
}