fix: table expandable descriptions auto style (#49727)

* fix: table expandable descriptions auto style

* feat: width edit
This commit is contained in:
love-life 2024-07-09 16:28:58 +08:00 committed by GitHub
parent 5f09772967
commit 512fa21125
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -132,7 +132,7 @@ const genExpandStyle: GenerateStyle<TableToken, CSSObject> = (token) => {
table: {
flex: 'auto',
width: 'auto',
width: '100%',
},
},
},