【发布时间】:2017-09-29 06:51:07
【问题描述】:
我有 thead 固定在顶部的那个,tbody 显示带有这个 css 的垂直滚动
thead{
display: block;
}
tbody {
display:block;
height:500px;
overflow:auto;
}
但问题是thead字段宽度没有调整为tbody字段宽度
嘿,我可以让 head 和 body 字段具有相同的宽度吗?(没有 css 它具有相同的宽度)
【问题讨论】:
-
你能把你的代码运行起来吗?sn-p
-
把html也放进去,sn-p会更好。
标签: html css twitter-bootstrap-3