固定table列等宽
固定table列等宽
style: {table-layout : fixed}
html: style="table-layout:fixed"
js: object.style.tableLayout=fixed;
html: style="table-layout:fixed"
js: object.style.tableLayout=fixed;
相关文章: