Can you mix % and px to align a table?

前端 未结 4 1518
野的像风
野的像风 2021-01-14 09:15

I am trying to align different tables with different amount of columns so the first two columns are align and the rest are independently align but using % it is very difficu

4条回答
  •  死守一世寂寞
    2021-01-14 09:56

    You can... But what would you expect this to do? Most of the time, your table will have extra space or not enough space, and won't be able to honor one or more of your requested widths. Leave a column with the width unspecified...

提交回复
热议问题