thead固定tbody滚动

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 )
    }

 

posted @ 2016-03-03 10:04  雨翼  阅读(3981)  评论(1编辑  收藏  举报