浏览代码

Fix bootstrap 2 table border bug.

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

+ 5 - 0
src/bootstrap-table.css

@@ -189,6 +189,11 @@
     border-bottom-left-radius: 0;
     border-bottom-left-radius: 0;
 }
 }
 
 
+.table>thead>tr>th {
+    vertical-align: bottom;
+    border-bottom: 2px solid #ddd;
+}
+
 /* support bootstrap 3 */
 /* support bootstrap 3 */
 .table thead>tr>th {
 .table thead>tr>th {
     padding: 0;
     padding: 0;