lxmghct's blog
  • 分类
  • 归档
  • 标签
  • 关于
  • 首 页
  • 分 类
  • 归 档
  • 标 签
  • 关 于
只查找标题
  • 1
  • 2
每页 条 共 0 条 前往 页

目录导航

    原生html的table固定表头滚动

      2026-01-06 13:00

    learning-notes   html

    参考:https://www.cnblogs.com/itjeff/p/16205938.html

    table tbody {
        display: block;
        height: 240px;
        overflow-y: scroll;
    }
    
    table thead,
    tbody tr {
        display: table;
        width: 100%;
        table-layout: fixed;
    }
    
    上一篇 :搭建简易的unturned游戏服务器管理界面
    下一篇 :vscode连接wsl2失败
    版权所有,转载时必须以链接形式注明原始出处
    • lxmghct's blog
    • lxmghct@gmail.com

    学习、实践、分享
    Learning, Practicing, Sharing

    Powered by Jekyll | Hosted on Github