div中的table自动居中

div中的table自动居中

直接上代码

<table style="margin: 0 auto">
                <thead >
                <th>商品编号</th>
                <th>图书名称</th>
                <th>图书类别</th>
                <th>购买日期</th>
                <th>操作</th>
                </thead>
                <tbody>
                </tbody>
</table>

这样table会居中显示

猜你喜欢

转载自blog.csdn.net/qq_40036754/article/details/83964469