在Tab中使用col-md-6创建两个相等宽度的输入会在其间留下空格

时间:2015-08-25 14:01:13

标签: twitter-bootstrap-3

我正在尝试创建两个输入,这将在Tab内占用相同的空间。代码如下。

<tabset justified="true">
                <tab heading="TAB1">
                    <h1>TAB1</h1>
                    <div class="col-lg-6">
                        <input type="text" class="form-control" placeholder="Loading station">
                    </div>
                    <div class="col-lg-6">
                        <input type="text" class="form-control" placeholder="Unloading station">
                    </div>
</tab>
</tabset>

输入之间有一些我不想要的空间。请帮忙解决这个问题。 enter image description here

0 个答案:

没有答案
相关问题