浏览代码

修改目录栏展开bug

温红权 9 年之前
父节点
当前提交
968ca2c116
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      VisualInspection/js/main.js

+ 1 - 1
VisualInspection/js/main.js

@@ -10,6 +10,6 @@ $(document).ready(function() {
 });
 });
 
 
 function setletftime() {
 function setletftime() {
-    $("#mum_left").css("height", $("#main").height() - 80);
+    $("#mum_left").css("min-height", $("#main").height() - 80);
     setTimeout(setletftime, 1000);
     setTimeout(setletftime, 1000);
 }
 }