`
blackchocolate
  • 浏览: 24865 次
  • 性别: Icon_minigender_2
  • 来自: 重庆
社区版块
存档分类
最新评论

CSS实现【表格内容超过一行的部分,用省略号代替】

    博客分类:
  • css
css 
阅读更多
table{

  table-layout: fixed;

}

td{

  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;

}
分享到:
评论

相关推荐

Global site tag (gtag.js) - Google Analytics