您的位置:首页 > 其它

解决table中<thead>固定,只有列表数据滚动的问题

2016-10-27 15:44 330 查看
<style>

table tbody {

    display:block;

    height:195px;

    overflow-y:scroll;

}

table thead, tbody tr {

    display:table;

    width:100%;

    table-layout:fixed;

}


table thead {

    width: calc( 100% - 1em )

}

table thead th{ background:#ccc;}

</style>

内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: 
相关文章推荐