Explorar o código

Merge branch 'dev5.4.1' into dev/new1

luolei %!s(int64=5) %!d(string=hai) anos
pai
achega
82dc32f2ad
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      src/components/TemplateItems/index.jsx

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

@@ -26,7 +26,7 @@ class TemplateItems extends React.Component {
     }  
     componentDidMount(){
         const height = getWindowInnerHeight()-195;
-        this.$cont.current.style.height = height/2+"px";
+        this.$cont.current.style.height = height+"px";
         windowEventHandler('resize', ()=>{
             if(this.$cont.current){
                 const height = getWindowInnerHeight()-195;