Skip to content

Commit

Permalink
【级联选择器】popupClassName标识为作废,改为dropdownClassName
Browse files Browse the repository at this point in the history
  • Loading branch information
fengjingxuan8 committed Jan 29, 2024
1 parent 983fa14 commit 399e90d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/c-cascader/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@ class Cascader extends Component {
return (
<CascaderMenu
{...props}
popupClassName={`${popupClassName} ${borderRadiusSize}`}
dropdownClassName={`${popupClassName} ${borderRadiusSize}`}
value={this.state.value}
options={[...this.state.options]}
onChange={this.handleChange}
Expand Down

0 comments on commit 399e90d

Please sign in to comment.