Revert "fix(Descriptions): style bordered table overflow" (#50891)

This commit is contained in:
afc163 2024-09-17 17:08:32 +08:00 committed by GitHub
parent 91130b715e
commit ef10661dec
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -62,7 +62,6 @@ const genBorderedStyle = (token: DescriptionsToken): CSSObject => {
return { return {
[`&${componentCls}-bordered`]: { [`&${componentCls}-bordered`]: {
[`> ${componentCls}-view`]: { [`> ${componentCls}-view`]: {
overflow: 'hidden',
border: `${unit(token.lineWidth)} ${token.lineType} ${token.colorSplit}`, border: `${unit(token.lineWidth)} ${token.lineType} ${token.colorSplit}`,
'> table': { '> table': {
tableLayout: 'auto', tableLayout: 'auto',