html报表自动宽度,html table auto width

html表格自动宽度,html table auto width自适应宽度:table {table-layout: fixedwidth: 100% }

html表格自动宽度,html table auto width
自适应宽度:

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