FIX scTable 特殊情况下高度不自适应
This commit is contained in:
parent
741a54b6a5
commit
75ec169e44
|
|
@ -83,6 +83,9 @@
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
activated(){
|
activated(){
|
||||||
|
this.$nextTick(() => {
|
||||||
|
this.upTableHeight()
|
||||||
|
})
|
||||||
window.addEventListener("resize", this.upTableHeight, true)
|
window.addEventListener("resize", this.upTableHeight, true)
|
||||||
},
|
},
|
||||||
deactivated(){
|
deactivated(){
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue