.btn-group-justified > .btn, .btn-group-justified > .btn-group { display: table-cell; float: none; width: 1%; } 为什么width:1%呢?
width是0都可以,因为父元素的宽度是子元素撑起来的