Skip to content

Commit

Permalink
Fix small size fixed column table border
Browse files Browse the repository at this point in the history
  • Loading branch information
yesmeck committed Jun 15, 2018
1 parent c540ceb commit 5ab265a
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions components/table/style/size.less
Original file line number Diff line number Diff line change
Expand Up @@ -105,5 +105,16 @@
.@{table-prefix-cls}-tbody > tr > td:last-child {
border-right: none;
}

.@{table-prefix-cls}-fixed-left {
.@{table-prefix-cls}-thead > tr > th:last-child,
.@{table-prefix-cls}-tbody > tr > td:last-child {
border-right: @border-width-base @border-style-base @border-color-split;
}
}

.@{table-prefix-cls}-fixed-right {
border-right: @border-width-base @border-style-base @border-color-split;
}
}
}

0 comments on commit 5ab265a

Please sign in to comment.