• 上层div使用text-align:center
  • 左右button分别使用float属性

案例(忽视bootstrap的class)

 <div style="text-align: center;">
     <button style="float: left;" class="btn btn-primary">Left Button</button>
     <button class="btn btn-primary">Center Button</button>
     <button style="float: right;" class="btn btn-primary">Right Button</button>
 </div>
Logo

基于 Vue 的企业级 UI 组件库和中后台系统解决方案,为数万开发者服务。

更多推荐