gpt4 book ai didi

css - Bootstrap 3 中的左对齐按钮

转载 作者:太空宇宙 更新时间:2023-11-03 21:20:25 24 4
gpt4 key购买 nike

我在尝试让我的按钮与 a href 左对齐时遇到问题。我正在使用 Bootstrap 3。

有人可以帮忙吗?

<ul class="nav nav-list"> 
<li class="nav-header">Type</li>
<li class="active">
<button type="button" class="remove-filter" data-url="https://www.url.com">×</button>
<a href="https://www.url.com/type:bananas"> Bananas </a>
</li>
<ul>

最佳答案

您可能需要将 "display: inline" 样式添加到您的 a 标签中。这是一个工作示例。

<link href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/css/bootstrap.min.css" rel="stylesheet" />
<ul class="nav nav-list">
<li class="nav-header">Type</li>
<li class="active">
<button type="button" class="remove-filter" data-url="https://www.url.com">×</button>
<a href="https://www.url.com/type:bananas" style="display: inline;"> Bananas </a>
</li>
<ul>

关于css - Bootstrap 3 中的左对齐按钮,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/38069800/

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