style: fix Table header border when has rowSpan (#35591)

close #35577
This commit is contained in:
afc163 2022-05-17 18:19:17 +08:00 committed by GitHub
parent b47acedbc7
commit f9f3a0e604
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -129,7 +129,8 @@
border-top: 0;
}
&-scrollbar {
// https://github.com/ant-design/ant-design/issues/35577
&-scrollbar:not([rowspan]) {
box-shadow: 0 @border-width-base 0 @border-width-base @table-header-bg;
}
}