Explorar el Código

修改目录栏展开bug

温红权 hace 9 años
padre
commit
968ca2c116
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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);
 }