// 首页顶部轮播
topCarouselAdd () {
this.row1TopTableData.push({
imgUrl: '',
fileKey: '',
sort: ''
})
this.$nextTick(() => {
const table = this.$refs.topTable1Ref
if (table) {
const wrapper = table.$el
const scrollWrapper = wrapper.querySelector('.el-table__body-wrapper')
if (scrollWrapper) {
scrollWrapper.scrollTop = scrollWrapper.scrollHeight
}
}
})
},
如何实现滚动到el-table 的底部
最新推荐文章于 2025-04-19 10:20:42 发布