gang.huang 2 年之前
父节点
当前提交
e45701cb35
共有 1 个文件被更改,包括 1 次插入1 次删除
  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>