JarvisArt
2 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
2 additions and
0 deletions
-
components/table/style/index.tsx
|
|
@ -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', |
|
|
|
}, |
|
|
|
}, |
|
|
|
}, |
|
|
|