Td 内容不换行,超过部分自动截断,用...表示

转载请注明来源:https://www.cnblogs.com/hookjc/

 <table width="200px" style="table-layout:fixed" border=2px height="30px">
    <tr>
     <td style="width:300px;height:20px;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;word-break:keep-all">
      中国人不得了中国人不得了中国人不得了中国人中国人不得了中国人不得了中国人不得了中国人
     </td>
    </tr>
   </table>


<table style="table-layout:fixed">
<tr>
<td>
   <span style="width:300px;overflow: hidden; text-overflow:ellipsis;white-space:nowrap;word-break:keep-all;" >
aaaaaaaaaaaaaaaaaaafewwwwwwwwwwwwwwwwwwaaaaaaaaafdsfdsaaaaaaafsdfaaaaaaaafdsssssssssss
</span>
</td>
</tr>
</table>

来源:python脚本自动迁移

猜你喜欢

转载自www.cnblogs.com/hookjc/p/13207255.html
td