Commit 87379c82058237f35c3e4ea2b5be4311205ad7b2
1 parent
1952df8c
去掉禁用行的 tr>td 的disabled 的css
Showing
4 changed files
with
2 additions
and
12 deletions
Show diff stats
src/components/table/cell.vue
src/components/table/table-body.vue
... | ... | @@ -53,8 +53,7 @@ |
53 | 53 | this.rowClsName(_index), |
54 | 54 | { |
55 | 55 | [`${this.prefixCls}-row-highlight`]: this.objData[_index] && this.objData[_index]._isHighlight, |
56 | - [`${this.prefixCls}-row-hover`]: this.objData[_index] && this.objData[_index]._isHover, | |
57 | - [`${this.prefixCls}-row-disabled`]: this.objData[_index] && this.objData[_index]._isDisabled | |
56 | + [`${this.prefixCls}-row-hover`]: this.objData[_index] && this.objData[_index]._isHover | |
58 | 57 | } |
59 | 58 | ]; |
60 | 59 | }, | ... | ... |
src/styles/components/table.less
src/styles/custom.less