Skip to content
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

style:select组件样式优化#611 #614

Merged
merged 364 commits into from Mar 4, 2022
Merged

style:select组件样式优化#611 #614

merged 364 commits into from Mar 4, 2022

Conversation

nullptr-z
Copy link
Collaborator

  • style(SearchSelect): 禁用样式无法撑满输入框
  • style(SearchTree): 禁用样式无法撑满输入框

@@ -233,7 +233,7 @@ export default function SearchSelect(props: SearchSelectProps) {
>
{isMultiple ? (
<div className={`${prefixCls}-inner`}>
<div style={{ display: 'flex', flexFlow: 'wrap' }}>
<div style={{ display: 'flex', flexFlow: 'wrap', width: '100%' }}>
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@nullptr-z 样式写到css 中,需要更改样式自己可以冲样式

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@jaywcjlove 好的

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

5 participants