我有这张表this table,你可以看到我有一个"固定标题"
HTML:
<table>
<div class="table-head">
<thead>
<tr>
<th>Haus/ Objekt-Nr.</th>
<th>Zimmer</th>
<th>Stockwerk</th>
<th>Netto-MZ</th>
<th>Brutto-MZ</th>
<th>PDF</th>
</tr>
</thead>
</div>
</table>
如何在固定标头中的th
元素之间设置我在下表中使用的相同空间?
是否可以在手机上使用?