Sfoglia il codice sorgente

Fixed more diskmg css bugs

Toby Chui 3 anni fa
parent
commit
09b6ba6ace
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  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(){