table表格,让thead固定,tbody有滚动条,关键是都对齐的纯css写法

时间:2021-09-18 03:41:49
【文件属性】:

文件名称:table表格,让thead固定,tbody有滚动条,关键是都对齐的纯css写法

文件大小:2KB

文件格式:HTML

更新时间:2021-09-18 03:41:49

table scroll 让thead固定 tbody滚动条

table表格,让thead固定,tbody有滚动条, 关键是都对齐的纯css写法关键是都对齐的纯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;} 垃圾,没啥用,合并行后,也不对齐。网上抄来的,还放这下载!