CSS 设置table下tbody滚动条

table tbody {

    display:block;

    height:195px;

    overflow-y:scroll;

}

table thead, tbody tr {

    display:table;

    width:100%;

    table-layout:fixed;

}

posted @ 2017-09-12 18:43  a fine day  阅读(304)  评论(0)    收藏  举报