浏览代码

Merge pull request #1937 from dabros/patch-6

fix(css): update css to fix no-border issue

fixes #1936
wenzhixin 9 年之前
父节点
当前提交
06fa73b637
共有 1 个文件被更改,包括 4 次插入0 次删除
  1. 4 0
      src/bootstrap-table.css

+ 4 - 0
src/bootstrap-table.css

@@ -25,6 +25,10 @@
     border-right: 2px solid transparent;
 }
 
+.bootstrap-table .table.table-no-bordered > tbody > tr > td:last-child {
+    border-right: none;
+}
+
 .fixed-table-container {
     position: relative;
     clear: both;