table 表头固定 - css

58 阅读1分钟
table { table-layout: fixed;  }
thead tr th { position:sticky; top:0; }