fix(web): let resized tables fill available width (#6031)
Signed-off-by: zuiho <2324465096@qq.com>
This commit is contained in:
@@ -32,6 +32,6 @@ export function getTableSizeStyle<TData>(
|
||||
return {
|
||||
minWidth: `max(100%, ${width}px)`,
|
||||
tableLayout: 'auto',
|
||||
width: 'max-content',
|
||||
width: '100%',
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user