0
如何引導垂直形式創建表單組內嵌好聽?使兩者形成組引導的形式垂直成直列
我可以創建的內聯,但填充是凌亂的,
<div class="form-group ">
<div class="col-sm-6">
<label for="date">Date Invoice:</label>
<input class="form-control" placeholder="Tanggal Invoice (Harus diisi)" type="text">
</div>
<div class="col-sm-6" >
<label for="date">Date Invoice:</label>
<div class="input-group">
<input type="text" class="form-control" placeholder="Search for...">
<span class="input-group-btn">
<button class="btn btn-primary" type="button">Go!</button>
</span>
</div>
</div>
</div>
這裏是小提琴:JSFIDDLE,它如此讚賞任何幫助。
你想要日期發票:在一行而不是兩行? – Roysh