摘要: 纯css实现 表格 表头不动 表内容可以垂直拖动 table tbody { display:block; height:195px; overflow-y:scroll; } table thead, tbody tr { display:table; width:100%; table-layo 阅读全文
posted @ 2021-11-16 11:27 Codeblackcats 阅读(14) 评论(0) 推荐(0)