luolei %!s(int64=4) %!d(string=hai) anos
pai
achega
a509a33fa3
Modificáronse 2 ficheiros con 19 adicións e 19 borrados
  1. 1 1
      src/components/BodyContainer/index.jsx
  2. 18 18
      src/components/EMRContainer/index.jsx

+ 1 - 1
src/components/BodyContainer/index.jsx

@@ -8,7 +8,7 @@ const BodyContainer = (props) =>{
   const { saveDateAll,mode } = props;
   return <div className={style['container'] + ' clearfix'}>
       <BlockEMRCont/>
-      <PushContainer></PushContainer>
+      {/* <PushContainer></PushContainer> */}
   </div>;
 }
 

+ 18 - 18
src/components/EMRContainer/index.jsx

@@ -56,25 +56,25 @@ class EMRContainer extends Component {
         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">
-            <div className={style['inner']} id="EmrContainer" ref={this.$div}>
-                <MainSuit></MainSuit>
-                <CurrentIll></CurrentIll>
-                <OtherHistory></OtherHistory>
-                <div>
-                  <CheckBody setHighter={this.setHighter}></CheckBody>
+            <ScrollArea speed={1}
+                        horizontal={false}
+                        className={style["area"]}
+                        verticalContainerStyle={contStyle}
+                        verticalScrollbarStyle={barStyle}
+                        contentClassName="content">
+                <div className={style['inner']} id="EmrContainer" ref={this.$div}>
+                    <MainSuit></MainSuit>
+                    <CurrentIll></CurrentIll>
+                    <OtherHistory></OtherHistory>
+                    <div>
+                      <CheckBody setHighter={this.setHighter}></CheckBody>
+                    </div>
+                    <Inspect setHighter={this.setHighter}></Inspect>
+                    <AssistCheck setHighter={this.setHighter}></AssistCheck>
+                    <Diagnosis setHighter={this.setHighter}></Diagnosis>
+                    <AdviceContainer></AdviceContainer>
                 </div>
-                <Inspect setHighter={this.setHighter}></Inspect>
-                <AssistCheck setHighter={this.setHighter}></AssistCheck>
-                <Diagnosis setHighter={this.setHighter}></Diagnosis>
-                <AdviceContainer></AdviceContainer>
-            </div>
-    </ScrollArea>
+          </ScrollArea>
             <OperationContainer></OperationContainer>
         </div>
     }