css: scroll-table

.scroll-table {
    table tbody {
        display: block;
        max-height: 120px;
        overflow-y: scroll;
    }
    table thead,tbody tr {
        display: table;
        width: 100%;
        table-layout: fixed;
    }
    table thead {
        width: calc(100%-1em);
    }
}

 

posted @ 2019-07-01 16:50  Nyan  阅读(492)  评论(0编辑  收藏  举报