您的位置:首页 > Web前端 > BootStrap

bootstrap table 表格内容溢出隐藏

2017-12-07 17:45 1156 查看
给表格标签添加类<th data-class="tWidth">

.tWidth{
width:15%;
text-overflow:ellipsis;
overflow:hidden;
white-space:nowrap;

}
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: