xgqfrms™, xgqfrms® : xgqfrms's offical website of cnblogs! xgqfrms™, xgqfrms® : xgqfrms's offical website of GitHub!

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>
    `;

posted @ 2018-10-31 19:23  xgqfrms  阅读(298)  评论(1编辑  收藏  举报