mirror of
https://github.com/wess09/AzurLaneAutoScript.git
synced 2026-05-14 06:58:22 +08:00
11 lines
235 B
HTML
11 lines
235 B
HTML
<div class="simple-table-wrap" style="{extra_style}">
|
|
<table class="simple-table" style="border-collapse:collapse;">
|
|
<thead>
|
|
<tr>{thead_cells}</tr>
|
|
</thead>
|
|
<tbody>
|
|
{tbody_rows}
|
|
</tbody>
|
|
</table>
|
|
</div>
|