<style>
table tr td {
overflow: hidden;
text-overflow:ellipsis;
white-space: nowrap;
}
</style>
<main >
<table class="table" style="table-layout : fixed"> //tyle="table-layout : fixed"必填
<tr>
<th style="width:20%"> Email address </th> //style="width:20%"设置宽度比例
<th style="width:25%"> Display Name </th>
<th style="width:20%"> UserName </th>
<th style="width:10%"> Status </th>
<th style="width:13%"> Default Email Account </th>
<th style="width:10%"> Operation </th>
</tr>
</table>
</main>
设置<table>表格固定列宽
最新推荐文章于 2024-06-22 12:35:18 发布