style: Fix Table header extra border of right column (#25378)

This commit is contained in:
偏右 2020-07-02 11:47:47 +08:00 committed by GitHub
parent 26fa36083e
commit 879bcd1479
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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;
}
}