diff --git a/components/descriptions/style/index.ts b/components/descriptions/style/index.ts index cba52c57bf..42c5ba89e9 100644 --- a/components/descriptions/style/index.ts +++ b/components/descriptions/style/index.ts @@ -62,6 +62,7 @@ const genBorderedStyle = (token: DescriptionsToken): CSSObject => { return { [`&${componentCls}-bordered`]: { [`> ${componentCls}-view`]: { + overflow: 'hidden', border: `${unit(token.lineWidth)} ${token.lineType} ${token.colorSplit}`, '> table': { tableLayout: 'auto',