table 表头固定 - css 一帆风顺123 2023-06-07 58 阅读1分钟 table { table-layout: fixed; } thead tr th { position:sticky; top:0; }