浏览代码

Middle the td valign.

zhixin 11 年之前
父节点
当前提交
344be41b96
共有 1 个文件被更改,包括 4 次插入0 次删除
  1. 4 0
      src/bootstrap-table.css

+ 4 - 0
src/bootstrap-table.css

@@ -114,6 +114,10 @@
     box-sizing: border-box;
 }
 
+.table th, .table td {
+    vertical-align: middle;
+}
+
 /* support bootstrap 3 */
 .table thead>tr>th {
     padding: 0;