mirror of https://github.com/ElemeFE/element
fix: calc fixed column height correctly when activated
parent
c345bb453b
commit
a3f6246dc2
|
@ -485,10 +485,10 @@
|
||||||
},
|
},
|
||||||
|
|
||||||
doLayout() {
|
doLayout() {
|
||||||
|
this.layout.updateColumnsWidth();
|
||||||
if (this.shouldUpdateHeight) {
|
if (this.shouldUpdateHeight) {
|
||||||
this.layout.updateElsHeight();
|
this.layout.updateElsHeight();
|
||||||
}
|
}
|
||||||
this.layout.updateColumnsWidth();
|
|
||||||
},
|
},
|
||||||
|
|
||||||
sort(prop, order) {
|
sort(prop, order) {
|
||||||
|
|
Loading…
Reference in New Issue