html
<td ><a class="link" href="{$vo.link}" target="_blank">{$vo.link}</a></td>
css
<style>
.link{
overflow: hidden;
text-overflow: ellipsis;
-o-text-overflow: ellipsis;
white-space:nowrap;
width:300px;
height:24px;
display:block;
}
</style>
原文地址:https://www.cnblogs.com/jiqing9006/p/9457142.html
时间: 2024-10-29 22:12:12