高度修复

pull/22/head
Mercutio 2023-04-07 16:34:07 +08:00
parent 248320136e
commit 371476c49c
1 changed files with 2 additions and 2 deletions

View File

@ -205,10 +205,10 @@
this.activeTab = "1"
}
this.scrollerHeight = window.innerHeight - 56 - 48 + 'px'
this.scrollerHeight = window.innerHeight - 40 - 48 + 'px'
addWindowResizeHandler(() => {
this.$nextTick(() => {
this.scrollerHeight = window.innerHeight - 56 - 48 + 'px'
this.scrollerHeight = window.innerHeight - 40 - 48 + 'px'
//console.log(this.scrollerHeight)
})
})