diff --git a/components/table/style/index.ts b/components/table/style/index.ts index d5ad893ee7..d3e77be97a 100644 --- a/components/table/style/index.ts +++ b/components/table/style/index.ts @@ -271,13 +271,13 @@ const genTableStyle: GenerateStyle = token => { borderTopColor: 'transparent', '&:first-child': { - borderStartStartRadius: tableRadius, - borderEndStartRadius: tableRadius, + borderStartStartRadius: 0, + borderEndStartRadius: 0, }, '&:last-child': { - borderStartEndRadius: tableRadius, - borderEndEndRadius: tableRadius, + borderStartEndRadius: 0, + borderEndEndRadius: 0, }, }, },