gpt4 book ai didi

html - 将复选框垂直对齐到 Bootstrap 中的按钮中心

转载 作者:行者123 更新时间:2023-11-28 04:31:49 25 4
gpt4 key购买 nike

我试图将复选框垂直居中对齐到按钮,但它不起作用

我现在拥有的:

enter image description here

预期:(向下约 5 像素)

enter image description here

我尝试了什么:

尝试为复选框添加顶部填充/边距但没有成功。

这是代码...

https://jsfiddle.net/z4b2bwg6/13/

HTML:

<table class="table table-bordered table-condensed">
<thead>
<tr class="info">
<th class="col-md-2"><input type="checkbox" class="app-all"/>&nbsp<button type="button" class="btn btn-primary btn-xs">Modify</button></th>
<th class="col-md-1 text-center">Comments</th>
</tr>
</thead>
<tbody id="Container" data-filteredresult=""></tbody>
</table>

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

最佳答案

使用 vertical-align:middle 并移除正在设置的 margin-top

input[type=checkbox] {
margin-top: 0;
vertical-align: middle;
}

Fiddle

关于html - 将复选框垂直对齐到 Bootstrap 中的按钮中心,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/31952015/

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