1
2
3
4
5
6
7
8
9
10
11
table tbody {
height: 200px;
overflow-y: auto;
display: block;
}

table thead,
tbody tr {
display: table;
width: 100%;
}

来源:本文导入自 xugaoyi/vuepress-theme-vdoingdocs/02.页面/20.CSS/70.CSS给table的tbody添加滚动条.md
原作者:xugaoyi。许可证:MIT