你好,我添加了一个模式表格来保留表格,但是我在按钮中看到了圆圈,从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>