gang.huang před 2 roky
rodič
revize
e45701cb35
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. 1 1
      admin/templates/default/analysis.provider.php

+ 1 - 1
admin/templates/default/analysis.provider.php

@@ -556,7 +556,7 @@
 
 
         const fixedHeight = $('.fixed-bar').height();
-        $('.fixed-empty').css('cssText', 'height:' + (parseFloat(fixedHeight) + 4) + 'px !important');
+        $('.fixed-empty').css('cssText', 'height:' + (parseFloat(fixedHeight) + 16) + 'px !important');
 
     })
 </script>