单选按钮中的引导圈

你好,我添加了一个模式表格来保留表格,但是我在按钮中看到了圆圈,从229到241的代码是模式表格,无法从表格中删除圆圈。

文件链接:https://github.com/ahmedabdo97/bootstrap4/blob/master/index.html

错误屏幕截图:https://github.com/ahmedabdo97/bootstrap4/blob/master/Error.png

<div class="form-group row col-12">
    <div class="btn-group btn-group-toggle" data-toggle="buttons">
        <label class="col-12 col-md-3 mr-auto col-form-label">Sections</label>
        <div class=" col-12 ml-4">
            <label class="btn btn-success active">
                <input type="radio" name="non-smoking" id="non-smoking" autocomplete="off" checked> Non-Smoking
            </label>
            <label class="btn btn-danger">
                <input type="radio" name="smoking" id="smoking" autocomplete="off"> Smoking
            </label>
        </div>
    </div>
</div>
akongyiji000 回答:单选按钮中的引导圈

暂时没有好的解决方案,如果你有好的解决方案,请发邮件至:iooj@foxmail.com
本文链接:https://www.f2er.com/3088199.html

大家都在问