0
我需要使用此表中刪除thead
和tbody
之間的直線bootstrap3
我曾嘗試用CSS但沒有成功如何刪除此行表
我試圖消除border
S和的table
但我崩潰得到這個
<table class="table">
<thead>
<tr>
<th>Atividade:</th>
<th>Meta:</th>
<th>Responsável</th>
<th>Parceria:</th>
<th></th>
</tr>
</thead>
<tbody>
<tr>
<td>
<input type="text" class="form-control" name="NomeAtividade[]" required="">
</td>
<td>
<input type="number" min="0" max="100" step="1" value="0" class="form-control" id="MetaAtividade" name="MetaAtividade[]">
</td>
<td>
<input type="text" class="form-control" name="ResponsavelAtividade[]">
</td>
<td>
<input type="text" class="form-control" name="ParceiroAtividade[]">
</td>
<td>
<button type="button" class="btn btn-default addButton"><i class="glyphicon glyphicon-plus"></i></button>
</td>
</tr>
</tbody>
你設置'CELLSPACING = 「0」'或'表格定義中的「border-spacing:0」? –