Set width on which under with colspan

后端 未结 2 1591
既然无缘
既然无缘 2021-01-03 14:27

I\'d like to set width on the td in tbody which is underneath thead that has colspan=\"2\" with an hard defined column wi

2条回答
  •  清酒与你
    2021-01-03 15:09

    Try using and tags:

    .sample {
      width: 100%;
      table-layout: fixed;
    }
    Header
    30% 70%

提交回复
热议问题