gpt4 book ai didi

css - Bootstrap 响应式水平布局 - 确定流程?

转载 作者:行者123 更新时间:2023-11-28 12:45:13 25 4
gpt4 key购买 nike

有没有办法强制 Bootstrap 中的响应式设计以某种方式分解行?

例如

我有一个这样的图形用户界面:

[label] [input] [input] [button]

目前会从右边打断行,先是按钮掉下来,然后是视口(viewport)缩小时的最后输入等。像这样:

[label] [input] [input] 
[button]

我想先在 [label] 和 [input] 之间打断。结果是这样的

[label] 
[input] [input] [button]

然后正常行为开始。

希望这个问题有任何意义:)

最佳答案

也许这样的事情会对你有所帮助?

<div class="control-group">
<label class="control-label" for="...">My Label</label>
<div class="controls">
<input type="text" />
<input type="text" />
<button>My Button</button>
</div>
</div>

关于css - Bootstrap 响应式水平布局 - 确定流程?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/17408578/

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