混水摸魚

[ Bootstrap ] – table columns 欄位垂直置中

table columns 欄位垂直置中
[html]
<style>
.table > tbody > tr > td {
vertical-align: middle;
}
</style>
[/html]

Leave a Comment

發佈留言必須填寫的電子郵件地址不會公開。 必填欄位標示為 *