* fix table border bottom in report view.

This commit is contained in:
chenfeiCF
2016-12-26 13:44:43 +08:00
parent 83726f81d7
commit a2d7b37ea0
3 changed files with 6 additions and 0 deletions
+2
View File
@@ -2,6 +2,8 @@
.table-bordered tr > th:first-child, .table-bordered tr > td:first-child {border-left: 1px solid #ddd!important}
.table-bordered tr > th:last-child, .table-bordered tr > td:last-child {border-right: 1px solid #ddd!important}
.table-wrapper > .table > tbody > tr:last-child > td{border-bottom: 1px solid #ddd!important}
.col-side {width: 250px}
.panel-heading > strong > span {float: right; color: #29a8cd;}
+2
View File
@@ -2,4 +2,6 @@
.table-bordered tr > th:first-child, .table-bordered tr > td:first-child {border-left: 1px solid #ddd!important}
.table-bordered tr > th:last-child, .table-bordered tr > td:last-child {border-right: 1px solid #ddd!important}
.table-wrapper > .table > tbody > tr:last-child > td{border-bottom: 1px solid #ddd!important}
.panel-heading > strong > span {float: right; color: #29a8cd;}
+2
View File
@@ -2,4 +2,6 @@
.table-bordered tr > th:first-child, .table-bordered tr > td:first-child {border-left: 1px solid #ddd!important}
.table-bordered tr > th:last-child, .table-bordered tr > td:last-child {border-right: 1px solid #ddd!important}
.table-wrapper > .table > tbody > tr:last-child > td{border-bottom: 1px solid #ddd!important}
.panel-heading > strong > span {float: right; color: #29a8cd;}