gpt4 book ai didi

html - 表和跨度覆盖

转载 作者:太空宇宙 更新时间:2023-11-04 13:55:49 25 4
gpt4 key购买 nike

http://jsfiddle.net/PR8y3/

如何使按钮位于右上角,以便背景填充 <th>完全在这个区域,周围没有这些边距吗?

最佳答案

我注意到您在表格的第 th 处有一个 padding:3px。我通过为标题添加几个类和一个跨度来稍微更改标记。

<tr>
<th class="title" colspan="2"><span class="main">Title </span><span class="pull-right"><a href="#">button</a></span>
</th>
</tr>


.table.table-thin thead th.title {padding:0px}
.table.table-thin thead th.title span {padding:3px;}

这里是更新的 fork jsfiddle。 http://jsfiddle.net/joeSaad/zp5hC/1/

关于html - 表和跨度覆盖,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/21889998/

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