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 {

扫描二维码关注公众号,回复: 1773732 查看本文章

    width: calc( 100% - 1em )

}

猜你喜欢

转载自www.cnblogs.com/sure2016/p/9235527.html
今日推荐