table添加滚动条

<div stype="overflow:scroll;width:100%">
<table style=";width:100%">
    <th></th>
    <td><td>

</table>
</div>
<style type="css/text">
table th{
    white-space:nowrap;
}
table td{
    white-space:nowrap;
}
</style>
posted @ 2019-12-23 09:44  我自浮沉,虚浮自我  阅读(2241)  评论(0编辑  收藏  举报