去掉禁用行的 tr>td 的disabled 的css

This commit is contained in:
leonine 2017-02-22 17:30:39 +08:00
parent 1952df8cec
commit 87379c8205
4 changed files with 2 additions and 12 deletions

View file

@ -53,8 +53,7 @@
this.rowClsName(_index),
{
[`${this.prefixCls}-row-highlight`]: this.objData[_index] && this.objData[_index]._isHighlight,
[`${this.prefixCls}-row-hover`]: this.objData[_index] && this.objData[_index]._isHover,
[`${this.prefixCls}-row-disabled`]: this.objData[_index] && this.objData[_index]._isDisabled
[`${this.prefixCls}-row-hover`]: this.objData[_index] && this.objData[_index]._isHover
}
];
},