mirror of
https://github.com/ant-design/ant-design.git
synced 2024-11-24 19:19:57 +08:00
fix: when table filter, the border will be black (#39938)
This commit is contained in:
parent
7b830c1c01
commit
06e0b35b6e
@ -176,6 +176,7 @@ const genTableStyle: GenerateStyle<TableToken, CSSObject> = (token) => {
|
||||
'> tr': {
|
||||
'> td': {
|
||||
borderTop: tableBorder,
|
||||
borderBottom: 'transparent',
|
||||
},
|
||||
|
||||
'&:last-child > td': {
|
||||
@ -185,6 +186,7 @@ const genTableStyle: GenerateStyle<TableToken, CSSObject> = (token) => {
|
||||
[`&:first-child > td,
|
||||
&${componentCls}-measure-row + tr > td`]: {
|
||||
borderTop: 'none',
|
||||
borderTopColor: 'transparent',
|
||||
},
|
||||
},
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user