update Table selection style, close #3159

This commit is contained in:
梁灏 2018-06-29 09:27:32 +08:00
parent b63b02ddb8
commit fc3e16cf01
4 changed files with 44 additions and 250 deletions

View file

@ -128,7 +128,8 @@
return [
`${this.prefixCls}-cell`,
{
[`${this.prefixCls}-hidden`]: !this.fixed && column.fixed && (column.fixed === 'left' || column.fixed === 'right')
[`${this.prefixCls}-hidden`]: !this.fixed && column.fixed && (column.fixed === 'left' || column.fixed === 'right'),
[`${this.prefixCls}-cell-with-selection`]: column.type === 'selection'
}
];
},