Explorar el Código

Fixed more diskmg css bugs

Toby Chui hace 3 años
padre
commit
09b6ba6ace
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      web/SystemAO/disk/diskmg.html

+ 1 - 1
web/SystemAO/disk/diskmg.html

@@ -490,7 +490,7 @@
         }
         
         function adjustPartitionViewHeight(){
-            $("#diskVisualization").css("height",window.innerHeight - $("#diskListTable").height() - 80 + "px");
+            $("#diskVisualization").css("height",window.innerHeight - $("#diskListTable").height() - 120 + "px");
         }
         
         function initView(){