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

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

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

<table id="contentTable"
class="table table-striped table-bordered table-condensed">

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

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

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

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

上一篇:SQL数据库约束行为---防止数据完全重复


下一篇:剑指Offer——巧妙使用sort(List,Comparator)比较器