課程
/前端開發(fā)
/Bootstrap
/玩轉(zhuǎn)Bootstrap(基礎(chǔ))
table-hover怎么對(duì)th無效
2018-07-12
源自:玩轉(zhuǎn)Bootstrap(基礎(chǔ)) 2-17
正在回答
用<thead></thead>標(biāo)簽吧th包裹
<table class="table table-hover">
? ?<thead>
? ? ?<tr>
? ? ? ?<th>表格標(biāo)題</th>
? ? ?</tr>
? ?</thead>
? ?<tbody>
? ? ? ?<td>表格單元格</td>
</tbody>
</table>
舉報(bào)
告訴你使用Bootstrap,并且能夠獨(dú)立定制出適合自己的Bootstrap
1 回答table table-striped
2 回答bootstrap
1 回答 <table class="table table-bordered">
1 回答bootstrap
Copyright ? 2025 imooc.com All Rights Reserved | 京ICP備12003892號(hào)-11 京公網(wǎng)安備11010802030151號(hào)
購課補(bǔ)貼聯(lián)系客服咨詢優(yōu)惠詳情
慕課網(wǎng)APP您的移動(dòng)學(xué)習(xí)伙伴
掃描二維碼關(guān)注慕課網(wǎng)微信公眾號(hào)
2018-07-13
用<thead></thead>標(biāo)簽吧th包裹
<table class="table table-hover">
? ?<thead>
? ? ?<tr>
? ? ? ?<th>表格標(biāo)題</th>
? ? ? ?<th>表格標(biāo)題</th>
? ? ? ?<th>表格標(biāo)題</th>
? ? ?</tr>
? ?</thead>
? ?<tbody>
? ? ?<tr>
? ? ? ?<td>表格單元格</td>
? ? ? ?<td>表格單元格</td>
? ? ? ?<td>表格單元格</td>
? ? ?</tr>
</tbody>
</table>