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