Skip to content

Commit c1a886b

Browse files
committed
fix #93
1 parent 817c62e commit c1a886b

File tree

4 files changed

+135
-32
lines changed

4 files changed

+135
-32
lines changed

css/react-bootstrap-table-all.css

+6-4
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,12 @@
22
/*@import "~toastr/build/toastr.min.css";*/
33
@import "https://cdnjs.cloudflare.com/ajax/libs/toastr.js/latest/css/toastr.min.css";
44

5-
.react-bs-table{
6-
margin-bottom: 37px;
7-
}
85
.react-bs-table .table-header{
96
height: 42px;
107
border-top-width: 1px;
118
border-top-style: solid;
129
border-top-color: rgb(221, 221, 221);
13-
border-bottom-width: 0px;
10+
border-bottom-width: 1px;
1411
border-bottom-style: solid;
1512
border-bottom-color: rgb(221, 221, 221);
1613
border-right-width: 1px;
@@ -40,12 +37,17 @@
4037
overflow-x: auto;
4138
overflow-y: auto;
4239
height: 100%;
40+
border-right-style: solid;
41+
border-right-width: 1px;
42+
border-right-color: rgb(221, 221, 221);
4343
}
4444

4545
.react-bs-table .table-container > table{
4646
margin-top: -18px;
4747
table-layout: fixed;
4848
margin-bottom: 0px;
49+
border-right-style: hidden;
50+
border-top-width: 0px;
4951
}
5052

5153
.react-bs-container .tool-bar{

css/react-bootstrap-table.css

+6-4
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,12 @@
11
/*editor error animate*/
22
/*@import "~toastr/build/toastr.min.css";*/
33

4-
.react-bs-table{
5-
margin-bottom: 37px;
6-
}
74
.react-bs-table .table-header{
85
height: 42px;
96
border-top-width: 1px;
107
border-top-style: solid;
118
border-top-color: rgb(221, 221, 221);
12-
border-bottom-width: 0px;
9+
border-bottom-width: 1px;
1310
border-bottom-style: solid;
1411
border-bottom-color: rgb(221, 221, 221);
1512
border-right-width: 1px;
@@ -39,12 +36,17 @@
3936
overflow-x: auto;
4037
overflow-y: auto;
4138
height: 100%;
39+
border-right-style: solid;
40+
border-right-width: 1px;
41+
border-right-color: rgb(221, 221, 221);
4242
}
4343

4444
.react-bs-table .table-container > table{
4545
margin-top: -18px;
4646
table-layout: fixed;
4747
margin-bottom: 0px;
48+
border-right-style: hidden;
49+
border-top-width: 0px;
4850
}
4951

5052
.react-bs-container .tool-bar{

0 commit comments

Comments
 (0)