From 2efbdbfe25fef44a7518a7c1946fbb669d181f27 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=A9=BA=E8=B0=B7?= Date: Sat, 20 Jul 2024 09:00:48 +0800 Subject: [PATCH] fix(Descriptions): style bordered table overflow (#49946) Co-authored-by: lidong01 --- components/descriptions/style/index.ts | 1 + 1 file changed, 1 insertion(+) 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',