fixed #74
This commit is contained in:
梁灏 2016-11-11 15:35:26 +08:00
parent 69576f47f4
commit 12418c6a72
4 changed files with 17 additions and 10 deletions

View file

@ -85,6 +85,7 @@
return [
`${prefixCls}-wrapper`,
{
[`${prefixCls}-wrapper-${this.size}`]: !!this.size,
[`${prefixCls}-type`]: this.type,
[`${prefixCls}-group`]: this.prepend || this.append,
[`${prefixCls}-group-${this.size}`]: (this.prepend || this.append) && !!this.size