- table tbody {
- display:block;
- height:500px;
- overflow-y:scroll;
- }
- table thead, tbody tr {
- display:table;
- width:100%;
- table-layout:fixed;
- }
- table thead {
- width: calc( 100% - 1em )
- }
-
- //1em根据滚动条所占页面宽度来定
table 表头固定,表体滚动的css方法
最新推荐文章于 2021-05-31 16:47:45 发布