<td> <span class="text-content"> 1.工作内容工作内容工作内容工作内容工作内容工作内容工作内容 2.工作内容工作内容工作内容工作内容工作内容工作内容工作内容 </span> </td> css: /*表格超出隐藏*/ .ellipsis-table{table-layout:fixed;} .ellipsis-table td{width:100%;word-break:keep-all;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;} js: //内容赋值title $(‘.text-content‘).hover(function () { var value = $(this).text(); $(this).attr(‘title‘,value); });
原文地址:https://www.cnblogs.com/mahmud/p/11846987.html
时间: 2024-10-07 16:53:47