📅  最后修改于: 2022-03-11 14:47:28.959000             🧑  作者: Mango
table thead,
table tfoot {
position: sticky;
}
table thead {
inset-block-start: 0; /* "top" */
}
table tfoot {
inset-block-end: 0; /* "bottom" */
}