我有一個Bootstrap無線電輸入的問題,其中我似乎無法得到與文本垂直中間的對齊方式。垂直文本與自舉單選按鈕
<div class="tab-content">
<div class="tab-pane" id="Type">
<form>
<div class="form-group">
<input type="radio"
value="Server"
checked="checked"
class="form-control"
style="width: 34px; display: inline-block" />
<label for="WindowsServer">Windows Server/PC</label><br />
</div>
</form>
</div>
</div>
任何人都可以指出我在做什麼錯誤或我能做些什麼來解決這個問題?
在'label'裏面加'input'字段 –
試過了,但不幸的是仍然有同樣的問題。 – iAsk