点击左边的树el-tree,右边滑倒下面时,就回到顶部,但是左边的位置不变
左右都设置一个滚动条, 右边就用document.querySelector('#tree').scrollTo({ top: 0 })回到顶部
position:sticky