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

 

上一篇:关于链表的相关操作


下一篇:jquery遍历对象,数组,集合