Browse Source

Update: Fixed no-bordered problem of bootstrap v4

zhixin 7 years ago
parent
commit
82377a7046
1 changed files with 4 additions and 0 deletions
  1. 4 0
      src/bootstrap-table.css

+ 4 - 0
src/bootstrap-table.css

@@ -20,6 +20,10 @@
     padding: 8px;
 }
 
+.bootstrap-table .table.table-no-bordered > thead > tr > th {
+    border-top: none;
+}
+
 .bootstrap-table .table.table-no-bordered > thead > tr > th,
 .bootstrap-table .table.table-no-bordered > tbody > tr > td {
     border-right: 2px solid transparent;