mirror of
https://github.com/ant-design/ant-design.git
synced 2025-06-07 17:44:35 +08:00
Fix fixed-columns Table border issue, close #9687
This commit is contained in:
parent
934b92b943
commit
08600adade
@ -121,6 +121,7 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
.@{table-prefix-cls}-fixed-right {
|
.@{table-prefix-cls}-fixed-right {
|
||||||
|
border-left: @border-width-base @border-style-base @border-color-split;
|
||||||
border-right: @border-width-base @border-style-base @border-color-split;
|
border-right: @border-width-base @border-style-base @border-color-split;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user