table & colgroup
table & colgroup
// <caption>版本信息</caption>
table = `
<table class="versions-table">
<colgroup>
<col width="20%">
<col width="30%">
<col width="40%">
<col width="10%">
</colgroup>
<thead>
<tr>
<th class="min-th">版本编号</th>
<th class="min-th">封版时间</th>
<th class="min-th">版本说明</th>
<th class="min-th">操作</th>
</tr>
</thead>
<tbody data-body="view-versions">${trs}</tbody>
</table>
`;
本文首发于博客园,作者:xgqfrms,原文链接:https://www.cnblogs.com/xgqfrms/p/9885292.html
未经授权禁止转载,违者必究!