Luolei преди 6 години
родител
ревизия
c4ea615520
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      src/components/EMRContainer/index.jsx

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

@@ -27,7 +27,7 @@ class EMRContainer extends Component {
         this.$cont.current.style.height = height+"px";
         this.$cont.current.style.width = width + "px";
         windowEventHandler('resize', ()=>{
-          const height = getWindowInnerHeight() - 200;
+          const height = getWindowInnerHeight() - 115;
           const width = getWindowInnerWidth() - 480;
           this.$cont.current.style.height = height + "px";
           this.$cont.current.style.width = width + "px";