gpt4 book ai didi

html - Bootstrap 与 form-inline in row 右对齐

转载 作者:行者123 更新时间:2023-12-04 16:43:20 25 4
gpt4 key购买 nike

情况如何:

enter image description here应该如何:

enter image description here

目前第二个组件被推到右边,但是它的内容是左对齐的。我尝试添加 float-right 类,但它不起作用。

<div class="container">
<form class="form-row">
<div class="col-md-3">
Some component here
</div>
<!--Content of this element should be aligned to right-->
<div class="col-auto ml-auto">
<div class="form-inline">
<label>Some label</label>
<input class="form-control" readonly>
</div>
<div class="form-inline">
<label>Other longer label</label>
<input class="form-control" readonly>
</div>
</div>
</form>
</div>

最佳答案

我已经添加了 style="display: flex; justify-content: flex-end"到以下元素 <div class="form-inline">它按我想要的方式工作。

关于html - Bootstrap 与 form-inline in row 右对齐,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/54538298/

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