浏览代码

support bootstrap 3

zhixin 12 年之前
父节点
当前提交
da0243af66
共有 1 个文件被更改,包括 9 次插入2 次删除
  1. 9 2
      bootstrap-table.css

+ 9 - 2
bootstrap-table.css

@@ -15,7 +15,7 @@
 }
 
 .fixed-table-header {
-	height: 37px;
+	height: 38px;
 	position: absolute;
 	top: 0;
 	right: 0;
@@ -67,4 +67,11 @@
 
 .fixed-table-body tbody td:first-child {
 	border-left: none;
-}
+}
+
+/* support bootstrap 3 */
+.table thead>tr>th {
+	padding: 0;
+	margin: 0;
+	border: none;
+}