html css table中内容过多导致挤压变形的问题

  table表格td设置宽度后文字太多会导致自动换行,可以参考以下方案:

 

  设置table 的 style="table-layout:fixed;" 然后设置td的 style="word-wrap:break-word;" 即可。

 

posted on 2015-01-07 14:50  十里桃花  阅读(4678)  评论(0编辑  收藏  举报

导航