|
@@ -124,7 +124,7 @@ class DiagnosticItem extends Component{
|
|
|
const { visible,hasEnterItem,hasEnterImg } = this.state
|
|
|
const { item, title, type } = this.props
|
|
|
return (<span className={style['diag-item']} >
|
|
|
- <span className={style['diag-name']}
|
|
|
+ <span className={`${style['diag-name']} ${type == 'search' ? style['diag-name-search'] : ''}`}
|
|
|
title = {title && item.name + (item.showType === 2 || item.showType === 3 ? '('+ item.retrievalName+')': '')}
|
|
|
onMouseEnter={this.handleMouseEnterDrug.bind(this)}
|
|
|
onMouseLeave = {this.handleMouseLeaveDrug.bind(this)}
|