diff --git a/components/table/style/radius.tsx b/components/table/style/radius.tsx index 0e560cfca18a..85654da87acd 100644 --- a/components/table/style/radius.tsx +++ b/components/table/style/radius.tsx @@ -7,7 +7,8 @@ const genRadiusStyle: GenerateStyle = (token) => { return { [`${componentCls}-wrapper`]: { [componentCls]: { - [`${componentCls}-title`]: { + // https://github.com/ant-design/ant-design/issues/39115#issuecomment-1362314574 + [`${componentCls}-title, ${componentCls}-header`]: { borderRadius: `${tableRadius}px ${tableRadius}px 0 0`, },