标签:overflow lock 固定 head display layout over scroll css
table tbody {
display: block;
height: 195px;
overflow-y: scroll;
}
table thead, tbody tr {
display: table;
width: 100%;
table-layout: fixed;
}
table thead {
width: calc( 100% - 1em );
}
table thead th {
background: #ccc;
}
标签:overflow lock 固定 head display layout over scroll css
原文地址:http://www.cnblogs.com/FInerProgrammer/p/7071012.html