Fix fixed column table border radius

This commit is contained in:
afc163 2017-01-19 21:51:53 +08:00
parent 1db0e06bc4
commit ddc7054751

View File

@ -516,7 +516,7 @@
&-fixed-left {
left: 0;
box-shadow: @shadow-1-right;
box-shadow: 6px 0 6px -4px @shadow-color;
.@{table-prefix-cls}-header {
overflow-y: hidden;
}
@ -536,7 +536,7 @@
&-fixed-right {
right: 0;
box-shadow: @shadow-1-left;
box-shadow: -6px 0 6px -4px @shadow-color;
&,
table {
border-radius: 0 @border-radius-base 0 0;