CSS 设置table下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 @ 2017-12-20 16:38  wangEddy  阅读(1777)  评论(0编辑  收藏  举报