endPos.y = exportRecordsListNav.getBoundingClientRect().top // 小球顯示 this.ball.show = 1 // 設(shè)置小球初始位置 this.$refs.ball.style.transform = `translate(${currentMousePos.x}px, ${currentMousePos.y}px)` // 延時(shí)是為了防止合并移動(dòng) setTimeout(() => { // 增加動(dòng)畫(huà)效果 this.$refs.ba...
www.dbjr.com.cn/javascript/317221r...htm 2025-5-28