clj2017
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 )
}

分类:

技术点:

相关文章: