gpt4 book ai didi

css - bootstrap 4 中 标签和网格系统的样式问题

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

应该这样显示:

original

而是以这种方式显示:

desired look

看到水果这个词错位了。

我正在使用 Bootstrap 4 alpha v6。这是代码

<fieldset class="form-group row">
<div class="col-sm-3"><legend class="col-form-legend">Fruit</legend></div>
<div class="offset-sm-3 col-sm-9">
<div class="form-check row">
<label class="form-check-label">
<input class="form-check-input" type="radio" name="legendradio" id="legendradio1" value="1">Apple
</label>
</div>
<div class="form-check row">
<label class="form-check-label">
<input class="form-check-input" type="radio" name="legendradio" id="legendradio2" value="2">Orange
</label>
</div>
<div class="form-check row">
<label class="form-check-label">
<input type="radio" class="form-check-input" name="legendradio" id="legendradio3" value="1">Watermelon
</label>
</div>
</div>
</fieldset>

最佳答案

通过将类添加到以下 html 元素来填充:

<div class="col-sm-3 padding"><legend class="col-form-legend">Fruit</legend></div>

<fieldset class="form-group row padding">

CSS: .padding { padding:Npx }

关于css - bootstrap 4 中 <legend> 标签和网格系统的样式问题,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/43427362/

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