我想要的表头:
<table class="tabel_op_panou" style="margin: 0px 2px 0px 2px; width: 99%; table-layout:fixed;">
<tr>
<th rowspan="2" style="width: 35%;">A</th>
<th colspan="2" style="width: 25%;">B</th>
<th colspan="3" style="width: 40%;">C</th>
</tr>
<tr>
<th style="width: 8%;">B1</th>
<th style="width: 17%;">B2</th>
<th style="width: 8%;">C1</th>
<th style="width: 17%;">C2</th>
<th style="width: 15%;">C3</th>
</tr>
问题是无论我如何设置宽度,第二行都保持不变。我尝试了百分比和固定像素宽度。
从样式中删除表格布局似乎可行,但我需要固定布局。在保持“表格布局:固定”的同时有什么办法吗?
我希望最终的布局看起来像这样,但使用 table-layout: fixed/