style
cannot be used as component prop.
This commit is contained in:
parent
c70ff0f294
commit
f031f4656a
2 changed files with 4 additions and 4 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue