-
Notifications
You must be signed in to change notification settings - Fork 49
添加dropDown组件 #23
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
添加dropDown组件 #23
Conversation
你的commit 信息 不要随便写,进公司你写成这样 会被批的很惨! |
有冲突啊 |
RobinYang11
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
你的这个组件 自定义样式 和类名? 如何添加点击事件?
src/components/dropDown/model.tsx
Outdated
| width, | ||
| fixedPosition, | ||
| }) => { | ||
| console.log('====',modelContent, dropDown, width, fixedPosition); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
console.log() 是黑事件
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
你的这个组件 自定义样式 和类名? 如何添加点击事件?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
console.log() 是黑事件
console.log 已删除
RobinYang11
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
modelContent 为什么是个数组? 我给里面放string不行吗?
| className, | ||
| children, | ||
| visible, | ||
| modelContent, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
modelContent 为什么是个数组?
No description provided.