fix(Descriptions): style bordered table overflow (#49946)

Co-authored-by: lidong01 <lidong01@corp.netease.com>
pull/49985/head
空谷 6 months ago committed by GitHub
parent 7defec2858
commit 2efbdbfe25
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -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',

Loading…
Cancel
Save