|
@@ -54,11 +54,13 @@ class InfoTitle extends Component {
|
|
|
const {le} = this.state;
|
|
|
return <div className={style['title-wrapper']} >
|
|
|
<PatInfoContainer sizeFlag={winWidth <= 1065?true:false}/>
|
|
|
- <div className={style["operations"]} onClick={this.showHistoryBox}>
|
|
|
- <span><img src={historyCase} /> 历史病历</span>
|
|
|
- </div>
|
|
|
- <div className={style["health"]} >
|
|
|
- <span><img src={health} /> 健康档案</span>
|
|
|
+ <div className={style['activeWrap']}>
|
|
|
+ <div className={style["operations"]} onClick={this.showHistoryBox}>
|
|
|
+ <span><img src={historyCase} /> 历史病历</span>
|
|
|
+ </div>
|
|
|
+ <div className={style["health"]} >
|
|
|
+ <span><img src={health} /> 预问诊信息</span>
|
|
|
+ </div>
|
|
|
</div>
|
|
|
<HistoryCases></HistoryCases>
|
|
|
<Loading show={loading}/>
|