scrollToRow() {
if (this.currentRowIndex === 0) {
return
}
const index = this.currentRowIndex
this.$nextTick(() => {
const tableBodyWrapper = this.$refs.tableRef.$el.querySelector('.el-table__body-wrapper')
if (tableBodyWrapper) {
const rows = tableBodyWrapper.querySelectorAll('.el-table__row')
if (rows.length > 0) {
const targetRow = rows[index]
this.scrollbar.wrap.scrollTop = targetRow.offsetTop
}
}
})
}站点小黑板
公告
欢迎来到这里 👋
- 三栏模式已经支持更多右栏卡片:搜索、标签云与公告。
- 如果你正在逛文章页,记得试试右侧的小工具,它们现在更热闹了。
- 若你发现样式或交互问题,欢迎提交 issue 或直接发起 PR。
快速定位内容
全站搜索
日历
2026年7月说说更新
最近动态
换个口味
随机文章
热门主题
