|
@@ -360,7 +360,7 @@ class Inspect extends React.Component {
|
|
|
}
|
|
|
</ul>
|
|
|
</div>
|
|
|
- <div style={{ position: "relative", clear: "both" }}>
|
|
|
+ <div style={{ position: "relative", clear: "both",top:"5px" }}>
|
|
|
<Add showText="添加化验项" handleClick={(e) => this.handleSearchShow(e)} id="searchWrap" />
|
|
|
{this.state.show ? <SearchOption windowHeight={windowHeight} height={280} pageTop={pageTop} handleChangeValue={handleChangeValue} visible={true}>
|
|
|
{list && list.length>0?this.getSearchList(list):(inspectVal == ''?'':<p style={{padding:'5px 30px',color:'#bfbfbf'}}>暂无筛选项</p>)}
|