fix: 修改postman数据导入的搜索框样式

This commit is contained in:
喻希里 2017-09-06 17:16:46 +08:00
parent 8449cf7459
commit 2e9a856c4f

View File

@ -277,7 +277,7 @@ class ProjectData extends Component {
<div className="catidSelect">
<Select
showSearch
style={{ width: 200 }}
style={{ width: '100%' }}
placeholder="请选择数据导入的接口分类"
optionFilterProp="children"
onChange={this.selectChange.bind(this)}