소스 검색

修改目录栏展开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() {
-    $("#mum_left").css("height", $("#main").height() - 80);
+    $("#mum_left").css("min-height", $("#main").height() - 80);
     setTimeout(setletftime, 1000);
 }