mirror of
https://gitee.com/ElemeFE/element.git
synced 2024-11-30 19:27:44 +08:00
Table: update resizeState when updateColumnsWidth (#10338)
This commit is contained in:
parent
dcf0488a3e
commit
5b41b1a789
@ -159,6 +159,7 @@ class TableLayout {
|
||||
}
|
||||
|
||||
this.bodyWidth = Math.max(bodyMinWidth, bodyWidth);
|
||||
this.table.resizeState.width = this.bodyWidth;
|
||||
} else {
|
||||
flattenColumns.forEach((column) => {
|
||||
if (!column.width && !column.minWidth) {
|
||||
|
Loading…
Reference in New Issue
Block a user