dev_forum
杨树明 5 years ago
parent b8556d8694
commit 0a6e9189a2

@ -459,6 +459,11 @@ class CoursesNew extends Component {
width: 280px;
margin-left: 10px;
}
.construction .ant-select-selection__placeholder, .ant-select-search__field__placeholder {
line-height: 28px;
z-index: 2000;
}
`}
</style>

@ -668,7 +668,7 @@ class AccountBasic extends Component {
}],
})(
<AutoComplete width={400} showSearch onSearch={this.filterList} onChange={this.changeList}>
<AutoComplete width={400} showSearch onSearch={this.filterList} onChange={this.changeList} placeholder="input here">
{
filterSchoolList && filterSchoolList.map((item,key)=>{
return(<Option value={item.name} key={item.id}>{item.name}</Option>)

Loading…
Cancel
Save