diff --git a/components/table/style/bordered.tsx b/components/table/style/bordered.tsx index 42ad7668dcbe..a3b48706debf 100644 --- a/components/table/style/bordered.tsx +++ b/components/table/style/bordered.tsx @@ -96,6 +96,11 @@ const genBorderedStyle: GenerateStyle = (token) => { }, }, + // https://github.com/ant-design/ant-design/issues/39115#issuecomment-1362314574 + [`> ${componentCls}-header`]: { + borderRadius: `${token.borderRadius} ${token.borderRadius} 0 0`, + }, + [` > ${componentCls}-content, > ${componentCls}-header