CSS给table的tbody添加滚动条

table tbody {
  height: 200px;
  overflow-y: auto;
  display: block;
}

table thead,
tbody tr {
  display: table;
  width: 100%;
}
1
2
3
4
5
6
7
8
9
10
11
上次更新: 2025/02/10, 20:20:37
最近更新
01
vue3尚硅谷课件
04-26
02
Git问题集合
01-29
03
安装 Nginx 服务器
01-25
更多文章>
×
×