Commit df01273b by zuiho Committed by GitHub

fix(web): let resized tables fill available width (#6031)

Signed-off-by: zuiho <2324465096@qq.com>
parent 8739c05c
...@@ -32,6 +32,6 @@ export function getTableSizeStyle<TData>( ...@@ -32,6 +32,6 @@ export function getTableSizeStyle<TData>(
return { return {
minWidth: `max(100%, ${width}px)`, minWidth: `max(100%, ${width}px)`,
tableLayout: 'auto', tableLayout: 'auto',
width: 'max-content', width: '100%',
} }
} }
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment