update Upload

update Upload
This commit is contained in:
梁灏 2017-01-22 15:25:00 +08:00
parent 9ce1b539e0
commit bc3bcb098b
2 changed files with 2 additions and 2 deletions

View file

@ -146,7 +146,7 @@
{
[`${prefixCls}-select`]: this.type === 'select',
[`${prefixCls}-drag`]: this.type === 'drag',
[`${prefixCls}-dragOver`]: this.dragOver
[`${prefixCls}-dragOver`]: this.type === 'drag' && this.dragOver
}
];
},