标签:宽度 style bsp width nbsp rap 截断 适应 nowrap
自适应宽度:
td { width: 1px; white-space: nowrap; /* 自适应宽度*/ word-break: keep-all; /* 避免长单词截断,保持全部 */ }
自适应高度
table { table-layout: fixed; width: 100%; }
标签:宽度 style bsp width nbsp rap 截断 适应 nowrap
原文地址:https://www.cnblogs.com/huangcong/p/11564035.html