style cannot be used as component prop.

This commit is contained in:
Rui Ma 2017-05-15 16:37:12 +08:00
parent c70ff0f294
commit f031f4656a
2 changed files with 4 additions and 4 deletions

View file

@ -39,7 +39,7 @@
renderFormat: this.renderFormat,
checkedKeys: this.leftCheckedKeys,
validKeysCount: this.leftValidKeysCount,
style: this.listStyle,
listStyle: this.listStyle,
title: this.localeTitles[0],
filterable: this.filterable,
filterPlaceholder: this.localeFilterPlaceholder,
@ -68,7 +68,7 @@
renderFormat: this.renderFormat,
checkedKeys: this.rightCheckedKeys,
validKeysCount: this.rightValidKeysCount,
style: this.listStyle,
listStyle: this.listStyle,
title: this.localeTitles[1],
filterable: this.filterable,
filterPlaceholder: this.localeFilterPlaceholder,