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