gpt4 book ai didi

css - Bootstrap 部分填充问题

转载 作者:太空宇宙 更新时间:2023-11-04 09:42:43 24 4
gpt4 key购买 nike

我有以下 html:在第 3 部分,按钮组后没有按钮填充。这是为什么?

<section style="background-color:#e67e22">
<div class="container">
<h1>Edit</h1>
</div>

</section>

<section class="well" >
<div class="container">
<label for="inventory-name">Inventory Name</label>
<input type="text" value="@Model.InventoryName" autofocus class="form-control" id="inventory-name" />
</div>

</section>

<section >
<div class="container">
<div class="btn-group" role="group" aria-label="Basic example">
<button type="button" class="btn btn-default">Save Changes</button>
<button type="button" class="btn btn-default">Add</button>
<button type="button" class="btn btn-success">Post to Facebook</button>

<button type="button" class="btn btn-danger">Delete</button>
</div>
</div>

</section>

<section>
<div class="container">

<p>Hello</p>

</div>

</section>

最佳答案

官方getbootstrap.com还使用了自定义类来提供 margin-top 和 margin-bottom。

See this image to see developer view of the custom class they used

如果您没有得到...,请发表评论!

关于css - Bootstrap 部分填充问题,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/39754486/

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