.wrap{
white-space:nowrap;overflow:hidden;text-overflow: ellipsis;
}
<th class="wrap">项目名称</th>
<td class="wrap" title="${item1['product_name']}">${item1['product_name']}</td>