Bootstrap - 列未在同一行上对齐

时间:2017-11-19 18:09:14

标签: html5 twitter-bootstrap twitter-bootstrap-3 bootstrap-grid

我有一个包含2列的Bootstrap行。但是当在浏览器的手机模拟中查看它时,它显示为两行。在常规的dekstop模式中,它会按预期进行渲染。

知道造成这种情况的原因是什么?

enter image description here

<header role="heading" class="container-fluid">
            <div class="row">
                <div class="col-sm-2">                  
                    def
                </div>
                <div class="col-sm-9 ">
                    abc                    
                </div>
            </div>
        </header>

1 个答案:

答案 0 :(得分:1)

正如Atul Kumar所说,“sm”不正确,应该是“xs”