Skip to content

Commit

Permalink
fix: picker classname fix #6719
Browse files Browse the repository at this point in the history
  • Loading branch information
ZakaryCode committed Aug 12, 2020
1 parent e4d5b9c commit 0eaabd9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/taro-components/src/components/picker/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -630,7 +630,7 @@ export default class Picker extends Nerv.Component {
const { name = '' } = this.props

return (
<div className={this.props.className}>
<div className={classNames('taro-picker', this.props.className)}>
<div onClick={showPicker}>
{this.props.children}
</div>
Expand Down

0 comments on commit 0eaabd9

Please sign in to comment.