diff --git a/components/table/style/index.ts b/components/table/style/index.ts index c96e31eb14d5..0aa2ea85de14 100644 --- a/components/table/style/index.ts +++ b/components/table/style/index.ts @@ -359,7 +359,7 @@ const genTableStyle: GenerateStyle = (token) => { )} ${unit(calc(tablePaddingHorizontal).mul(-1).equal())}`, [`${componentCls}-tbody > tr:last-child > td`]: { - borderBottom: 0, + borderBottomWidth: 0, '&:first-child, &:last-child': { borderRadius: 0, },