You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
求助这个问题该如何解决
前置条件:elment-ui版本2.15.12;vue版本2.7.14
简化代码如下:
datalist: [
{a: '124', b: '1243', c: '213', d: '213', e: '345', f: '124', g: '124', h: '124', children: [
{ subA: '12', subB: '1243', subC: '213' },
{ subA: '13', subB: '1243', subC: '213' },
{ subA: '14', subB: '1243', subC: '213' },
]},
{a: '122', b: '1243', c: '213', d: '213', e: '345', f: '124', g: '124', h: '124', children: [
{ subA: '15', subB: '1243', subC: '213' },
]},
{a: '121', b: '1243', c: '213', d: '213', e: '345', f: '124', g: '124', h: '124'}
]
问题重现步骤:
展开任意子表,将鼠标光标悬浮至父表行上,发现该子表后的父表行悬浮效果错位,错位行数与子表数据行数一致
期望结果:
展开任意子表,将光标悬浮至父表行上,悬浮效果生效行与当前光标所在行保持一致
Beta Was this translation helpful? Give feedback.
All reactions