Bootstrap表格内容垂直水平居中

1
2
3
4
.table th, .table td { 
text-align: center;
vertical-align: middle!important;
}