温红权 9 жил өмнө
parent
commit
968ca2c116

+ 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);
 }