下面为指定列设置过长换行,如果需要全部更换响应的选择器就可以了。
table tr > td:nth-child(9),
table tr > td:nth-child(10) {
overflow: hidden;
text-overflow: ellipsis;
white-space: normal !important;
}
下面为指定列设置过长换行,如果需要全部更换响应的选择器就可以了。
table tr > td:nth-child(9),
table tr > td:nth-child(10) {
overflow: hidden;
text-overflow: ellipsis;
white-space: normal !important;
}