mirror of
https://github.com/ant-design/ant-design.git
synced 2024-11-27 20:49:53 +08:00
fix: table expandable descriptions auto style (#49727)
* fix: table expandable descriptions auto style * feat: width edit
This commit is contained in:
parent
5f09772967
commit
512fa21125
@ -132,7 +132,7 @@ const genExpandStyle: GenerateStyle<TableToken, CSSObject> = (token) => {
|
||||
|
||||
table: {
|
||||
flex: 'auto',
|
||||
width: 'auto',
|
||||
width: '100%',
|
||||
},
|
||||
},
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user