|
@@ -115,13 +115,11 @@ class CheckBody extends Component{
|
|
|
render(){
|
|
|
const {searchData,totalHide,data,boxLeft,boxTop,saveText} = this.props;
|
|
|
|
|
|
- return <div className={style['container']}>
|
|
|
- <ItemBox title='查体' handleClick={this.handleClick}>
|
|
|
+ return <ItemBox title='查体' handleClick={this.handleClick}>
|
|
|
{this.getLabels()}
|
|
|
{/*{showMoreBtn?more:''}*/}
|
|
|
{searchData && searchData.length>0?<SearchDrop data={searchData} show={!totalHide} left={boxLeft} top={boxTop} onSelect={this.handleSearchSelect}></SearchDrop>:''}
|
|
|
</ItemBox>
|
|
|
- </div>
|
|
|
}
|
|
|
}
|
|
|
|