浏览代码

Update: Fixed no-bordered problem of bootstrap v4

zhixin 7 年之前
父节点
当前提交
82377a7046
共有 1 个文件被更改,包括 4 次插入0 次删除
  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;