<div class="layui-row">
    <div class="layui-col-xs12 layui-col-sm12 layui-col-md12">
        <div class="layui-form-item">
            <table class="layui-table gift-table">
                <thead>
                    <tr>
                        <th width="10%">活动ID</th>
                        <th width="20%">赠品图片</th>
                        <th width="20%">赠品名称</th>
                        <th width="20%">赠品数量</th>
                        <th width="30%">赠品说明</th>
                    </tr>
                </thead>
                <tbody></tbody>
            </table>
        </div>
    </div>
</div>