table, thead, tbody, tr { width: 100%; } table { table-layout: fixed } table > thead > tr > th { width: auto; } <table> <thead> <tr> <th>Column A</th> ...
確定! 回上一頁