Commit 5954d989 authored by qingwei.li's avatar qingwei.li

Table: fix single selection mode highlight class

parent 7bdda0b9
......@@ -44,7 +44,7 @@ export default {
on-click={ ($event) => this.handleClick($event, row) }
on-mouseenter={ _ => this.handleMouseEnter($index) }
class={{
'current-row': row === this.$parent.$parent.selected,
'current-row': row === this.$parent.selected,
'hover': this.$parent.$parent.hoverRowIndex === $index,
'positive-row': row.$positive,
'info-row': row.$info,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment