黄聪:table自适应宽度和高度

自适应宽度:spa

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

自适应高度code

table { 
      table-layout: fixed; 
      width: 100%; 
}
相关文章
相关标签/搜索