mirror of
https://github.com/YMFE/yapi.git
synced 2025-01-06 12:45:22 +08:00
fix: 修改postman数据导入的搜索框样式
This commit is contained in:
parent
8449cf7459
commit
2e9a856c4f
@ -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)}
|
||||
|
Loading…
Reference in New Issue
Block a user