我與引導形式水平工作,我不能發現爲什麼有我的標籤,我的表單組之間洙多的空間,看到太多空間
這是代碼我目前所面對的:
<div>
<h2 class="text-center"> Table Styles </h2>
<div class="form-group">
<label for="rows" class="control-label col-md-3">current Styles:</label>
<div class="col-md-4">
<select class="form-control" v-model="tableStyle">
<option v-for="(item,index) in tableStyles">
{{ item }}
</option>
</select>
</div>
</div>
我有DIV上述形式的水平,因爲我與VUE工作是調用組件,請不要擔心:)