table th表头固定属性设定

/*设置滚动属性*/

tbody {

display: block;

max-height: 400px;

overflow-y: scroll;

}



/*设置头与内容自动对齐*/

table thead,tfoot,tbody tr {

display: table;

width: 100%;

table-layout: fixed;

}



/*给滚动条预留宽度*/

table thead,tfoot {

width: calc( 100% - 1em);

background: #EFF0F5;

}
posted @ 2020-08-10 11:32  代码界的绵绵雨  阅读(1285)  评论(0编辑  收藏  举报