table自适应

自适应宽度:

td {
    width: 1px;
    white-space: nowrap; /* 自适应宽度*/
    word-break:  keep-all; /* 避免长单词截断,保持全部 */
}

自适应高度

table { 
      table-layout: fixed; 
      width: 100%; 
}

安利一门Python超级好课!
扫码下单输优惠码【csdnfxzs】再减5元,比官网还便宜!

你可能感兴趣的:(兼容,html,html)