table tbody {
width:100%;
display:block;
height:195px;
overflow-y:scroll;
}
table thead, tbody tr {
display:table;
width:100%;
table-layout:fixed;
}
table thead {
width: calc( 100% - 1em )
}
相关文章:
- html css 如何将表头固定(转) 2021-11-19
- Excel如何固定表头,任意一行 2022-01-02
- [TimLinux] django html如何实现固定表头 2022-12-23
- 表头固定 2021-12-24
- 表格固定表头 2022-01-02
- 固定表头表格 2022-01-02