gpt4 book ai didi

html - 表格行和标题未正确对齐?

转载 作者:太空宇宙 更新时间:2023-11-04 10:28:47 30 4
gpt4 key购买 nike

我正在动态添加带有垂直滚动条的表头和表体来显示结果,我在这里面临的问题是表头行和行行未对齐...这是我的代码:

普惠制代码:

${列}

${行[列]}

还有我的CSS代码:

table.scroll {
/* width: 100%; */ /* Optional */
/* border-collapse: collapse; */
border-spacing: 0;
border: 2px solid black;
}

table.scroll tbody,
table.scroll thead { display: block; }

thead tr th {
height: 30px;
width:15px;
line-height: 30px;
/* text-align: left; */
}

table.scroll tbody {
height: 400px;
overflow-y: auto;
overflow-x: hidden;
}

tbody { border-top: 2px solid black; }

tbody td, thead th {
width:15px;
/* Optional */
border-right: 1px solid black;
/* white-space: nowrap; */
}

tbody td:last-child, thead th:last-child {
border-right: none;
}

如有任何建议,我们将不胜感激..

谢谢

最佳答案

如果您要添加一个 thead 元素,您还需要为它下面的行添加一个 tbody 元素。请参阅 w3schools:http://www.w3schools.com/tags/tag_thead.asp

关于html - 表格行和标题未正确对齐?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/36650112/

30 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com