Explorar o código

Merge branch 'optimize-zxc' into optimize

zhangxc %!s(int64=6) %!d(string=hai) anos
pai
achega
ce03e5515c
Modificáronse 1 ficheiros con 2 adicións e 2 borrados
  1. 2 2
      src/components/PushItems/index.jsx

+ 2 - 2
src/components/PushItems/index.jsx

@@ -128,11 +128,11 @@ class PushItems extends Component {
   }
 
   componentDidMount() {
-    const height = getWindowInnerHeight() - 180;
+    const height = getWindowInnerHeight() - 200;
     this.$cont.current.style.height = height + "px";
 
     windowEventHandler('resize', ()=>{
-      const height = getWindowInnerHeight() - 180;
+      const height = getWindowInnerHeight() - 200;
       this.$cont.current.style.height = height + "px";
     });
   }