table设置tbody滚动条

爱被打了一巴掌 2022-12-11 03:25 278阅读 0赞
  1. table tbody {
  2. display: block;
  3. height: 400px;
  4. overflow-y: scroll;
  5. }
  6. table thead,
  7. tbody tr,
  8. tfoot tr {
  9. display: table;
  10. width: 100%;
  11. height: 40px;
  12. table-layout: fixed;
  13. font-size: 16px;
  14. text-align:center;
  15. }
  16. table thead {
  17. width: calc( 100% - 1em)
  18. }

发表评论

表情:
评论列表 (有 0 条评论,278人围观)

还没有评论,来说两句吧...

相关阅读