Commit 38e9b6ec authored by 杨奕's avatar 杨奕 Committed by GitHub

Table: update column width before updating height (#10236)

parent d0809e49
...@@ -438,10 +438,10 @@ ...@@ -438,10 +438,10 @@
}, },
doLayout() { doLayout() {
this.layout.updateColumnsWidth();
if (this.shouldUpdateHeight) { if (this.shouldUpdateHeight) {
this.layout.updateElsHeight(); this.layout.updateElsHeight();
} }
this.layout.updateColumnsWidth();
} }
}, },
......
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 to comment