Commit b9d9724a authored by 合木's avatar 合木 Committed by 陈帅

fix(List): width of search input overflow in mobile mode (#4164)

#4162
parent 6663cb85
...@@ -51,7 +51,7 @@ class SearchList extends Component { ...@@ -51,7 +51,7 @@ class SearchList extends Component {
enterButton="搜索" enterButton="搜索"
size="large" size="large"
onSearch={this.handleFormSubmit} onSearch={this.handleFormSubmit}
style={{ width: 522 }} style={{ maxWidth: 522, width: '100%' }}
/> />
</div> </div>
); );
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment