<Content className={style.content} style={{ maxHeight: 'calc(100vh - 175px)',overflowY:"auto" }} id ='handelDocID'> <BackTop visibilityHeight={300} target ={()=>document.getElementById('handelDocID')} > <div className={style.backTopInner}>UP</div> </BackTop> </Content> 将<BackTop>放在加滚动条的元素的子级里,不是孙子级及后代元素里面