mirror of https://github.com/ElemeFE/element
Table: update column width before updating height (#10236)
parent
d0809e4915
commit
38e9b6eca6
|
@ -438,10 +438,10 @@
|
||||||
},
|
},
|
||||||
|
|
||||||
doLayout() {
|
doLayout() {
|
||||||
|
this.layout.updateColumnsWidth();
|
||||||
if (this.shouldUpdateHeight) {
|
if (this.shouldUpdateHeight) {
|
||||||
this.layout.updateElsHeight();
|
this.layout.updateElsHeight();
|
||||||
}
|
}
|
||||||
this.layout.updateColumnsWidth();
|
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue