|
@@ -55,13 +55,13 @@ class EMRContainer extends Component {
|
|
|
const barStyle={background:'#777',width:'100%',marginLeft:'0'};
|
|
|
return <div className={style['EMR-container']}
|
|
|
ref={this.$cont} id="addScrollEvent">
|
|
|
+ <InfoTitle></InfoTitle>
|
|
|
<ScrollArea speed={1}
|
|
|
horizontal={false}
|
|
|
className={style["area"]}
|
|
|
verticalContainerStyle={contStyle}
|
|
|
verticalScrollbarStyle={barStyle}
|
|
|
contentClassName="content">
|
|
|
- <InfoTitle></InfoTitle>
|
|
|
<div className={style['inner']} id="EmrContainer" ref={this.$div}>
|
|
|
<MainSuit></MainSuit>
|
|
|
<CurrentIll></CurrentIll>
|
|
@@ -74,8 +74,8 @@ class EMRContainer extends Component {
|
|
|
<Diagnosis setHighter={this.setHighter}></Diagnosis>
|
|
|
<AdviceContainer></AdviceContainer>
|
|
|
</div>
|
|
|
+ </ScrollArea>
|
|
|
<OperationContainer></OperationContainer>
|
|
|
- </ScrollArea>
|
|
|
</div>
|
|
|
}
|
|
|
}
|