table td 文本自动截断 text-overflow:ellipsis

来源:互联网 发布:python格式化输出 编辑:程序博客网 时间:2024/04/28 18:50


 .table-set { table-layout: fixed; }
  .table-set td { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }

 <table class="table-set">


http://blog.sina.com.cn/s/blog_53d27b3a0100veuc.html