添加字段显示省略号
這里只要講方法的使用
1 controller傳過來數據,然后要給某個字段限制長度,過長就的部分用省略號代替。
2? 在html 的首部添加style:
<style>
.table-responsive .table>tbody tr td:nth-child(2) div{width: 150px;
overflow:hidden;
white-space:nowrap;
text-overflow:ellipsis;
}
</style>
3 如何 寫style 樣式:f12 :查看---??
.table-responsive : class="table-responsive " ---.table :.table-responsive 下的table 下的tbody 的所有tr 的第二個td
4 類似的樣式就是這樣玩的了。。
轉載于:https://www.cnblogs.com/yang1com/p/10796499.html
總結
- 上一篇: 【转】Linux将composer的bi
- 下一篇: 字节的游戏