diff --git a/components/table/style/bordered.less b/components/table/style/bordered.less index 2fa2ceb1be..f71867820e 100644 --- a/components/table/style/bordered.less +++ b/components/table/style/bordered.less @@ -115,4 +115,8 @@ // :first-child to avoid the case when bordered and title is set border-top: 0; } + + &-scrollbar { + box-shadow: 0 @border-width-base 0 @border-width-base @table-header-bg; + } }