如何固定表头?

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 )
}
posted @ 2017-08-24 14:10  浮-生  阅读(120)  评论(0编辑  收藏  举报