mirror of
https://github.com/element-plus/element-plus.git
synced 2025-02-17 11:49:41 +08:00
fix(components): [el-table] hover not working in fixed mode (#5638)
This commit is contained in:
parent
043d20403f
commit
f860941d8e
@ -37,7 +37,7 @@ export default defineComponent({
|
||||
raf = (fn) => window.setTimeout(fn, 16)
|
||||
}
|
||||
raf(() => {
|
||||
const rows = instance?.vnode.el?.querySelectorAll(ns.e('row'))
|
||||
const rows = instance?.vnode.el?.querySelectorAll(`.${ns.e('row')}`)
|
||||
const oldRow = rows[oldVal]
|
||||
const newRow = rows[newVal]
|
||||
if (oldRow) {
|
||||
|
Loading…
Reference in New Issue
Block a user