table cell width issue

前端 未结 3 1366
孤街浪徒
孤街浪徒 2020-12-16 16:54

I have a table with 2 rows where i need varying cell width as


3条回答
  •  温柔的废话
    2020-12-16 17:25

    Actually, you can just have each tr set to display:block, and it will allow you to set different column widths for each row.

提交回复
热议问题