table自适应大小,以及内容换行

在table的样式中加入以下两个样式:

  table-layout: fixed;
  word-wrap:break-word;

原文地址:https://www.cnblogs.com/OraCursor/p/10338263.html