table设置tbody滚动条
table tbody {
display: block;
height: 400px;
overflow-y: scroll;
}
table thead,
tbody tr,
tfoot tr {
display: table;
width: 100%;
height: 40px;
table-layout: ...


最近
文章
专栏
代码仓
资源
收藏
关注/订阅/互动
社区
帖子
问答
课程
视频
