去掉禁用行的 tr>td 的disabled 的css
This commit is contained in:
parent
1952df8cec
commit
87379c8205
4 changed files with 2 additions and 12 deletions
|
@ -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
|
||||
}
|
||||
];
|
||||
},
|
||||
|
|
|
@ -209,14 +209,6 @@
|
|||
}
|
||||
}
|
||||
|
||||
&-row-disabled,
|
||||
tr&-row-disabled,
|
||||
{
|
||||
td{
|
||||
background-color: @table-td-disabled-ng;
|
||||
}
|
||||
}
|
||||
|
||||
&-fixed, &-fixed-right{
|
||||
position: absolute;
|
||||
top: 0;
|
||||
|
|
|
@ -43,7 +43,6 @@
|
|||
@table-td-stripe-bg : #f5f7f9;
|
||||
@table-td-hover-bg : #ebf7ff;
|
||||
@table-td-highlight-bg : #ebf7ff;
|
||||
@table-td-disabled-ng : #c3cbd6;
|
||||
@menu-dark-active-bg : #313540;
|
||||
@date-picker-cell-hover-bg : #e1f0fe;
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue