#contentTable{
table-layout:fixed;
}
.contentShort{
text-overflow: ellipsis;
overflow: hidden;
white-space: nowrap;
width:80px;
}

=======================================

<table >

=======================================

<td class="contentShort">${mapData.title}</td>

=======================================

table 中的td 字段超长,超过部分用....表示

 

相关文章: