mirror of
https://github.com/ant-design/ant-design.git
synced 2025-06-07 09:26:06 +08:00
style: Fix Table header extra border of right column (#25378)
This commit is contained in:
parent
26fa36083e
commit
879bcd1479
@ -115,4 +115,8 @@
|
|||||||
// :first-child to avoid the case when bordered and title is set
|
// :first-child to avoid the case when bordered and title is set
|
||||||
border-top: 0;
|
border-top: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
&-scrollbar {
|
||||||
|
box-shadow: 0 @border-width-base 0 @border-width-base @table-header-bg;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user