浏览代码

Deleted wrong css

Dennis Hernández 10 年之前
父节点
当前提交
fb9aa18788
共有 1 个文件被更改,包括 10 次插入0 次删除
  1. 10 0
      src/bootstrap-table.css

+ 10 - 0
src/bootstrap-table.css

@@ -11,6 +11,16 @@
     border-radius: 1px;
 }
 
+.bootstrap-table
+.table,
+.table>tbody>tr>th,
+.table>tfoot>tr>th,
+.table>thead>tr>td,
+.table>tbody>tr>td,
+.table>tfoot>tr>td {
+    padding: 8px !important;
+}
+
 .fixed-table-container {
     position: relative;
     clear: both;