.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); } }
2024-02-20 19:54:58
.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遍历对象,数组,集合