|
@@ -47,7 +47,7 @@ class DiagResultSearch extends Component {
|
|
|
if (isShowNoDataInfo === true && searchResult.length === 0 ){
|
|
|
return <div className={style['search-result-noItem']}><span>暂无筛选项</span></div>
|
|
|
}
|
|
|
- return <div className={style['search-result']} style={{'min-height':'120px',width:'412px',overflow:'auto'}}>
|
|
|
+ return <div className={style['search-result']} style={{'min-height':'120px','max-height':'205px',width:'412px',overflow:'auto'}}>
|
|
|
{
|
|
|
searchResult.length !== 0 && searchResult.map((item,idx) => {
|
|
|
return (<div key={idx} className={style['search-result-item']}>
|