相关疑难解决方法(0)

使用Bootstrap v4对齐按钮

Bootstrap v4删除了.btn-group-justified该类,请参阅https://github.com/twbs/bootstrap/issues/17631

如何证明按钮的合理性:

 <div class="btn-group btn-group-justified" role="group" aria-label="Justified button group">
   <a class="btn btn-primary" href="#" role="button">Left</a>
   <a class="btn btn-primary" href="#" role="button">Middle</a>
   <a class="btn btn-primary" href="#" role="button">Right</a>
 </div>
Run Code Online (Sandbox Code Playgroud)

css twitter-bootstrap-4 bootstrap-4

32
推荐指数
3
解决办法
2万
查看次数

标签 统计

bootstrap-4 ×1

css ×1

twitter-bootstrap-4 ×1