td宽度自适应 窄的地方自动收缩
.layui-table td,.layui-table th {
white-space: nowrap;
width: auto;
min-width: 0px!important;
}
不换行!
我曹,无情!
<td style="white-space: normal;">{$vo.scope}</td>
宽度固定,自定换行!
.layui-table td,.layui-table th {
white-space: nowrap;
width: auto;
min-width: 0px!important;
}
不换行!
我曹,无情!
<td style="white-space: normal;">{$vo.scope}</td>
宽度固定,自定换行!