小编shm*_*zan的帖子

防止引导按钮组中断

当空间较小时,如何防止自举按钮进入2线?

我想使用下面的Bootstrap代码:

   <div class="btn-group" style=" width:100px ;">
        <button type="button" class="btn btn-default" style=" width:30px;">-</button>
        <input type="text" class="form-control" style="width:30px;">   
        <button type="button" class="btn btn-default" style=" width:30px;"> +</button>
    </div>
Run Code Online (Sandbox Code Playgroud)

它看起来像:

在此输入图像描述

css frontend twitter-bootstrap twitter-bootstrap-3 twitter-bootstrap-2

7
推荐指数
1
解决办法
3669
查看次数