diff --git a/src/view/Monit.vue b/src/view/Monit.vue index fd7d7b1..35525f3 100644 --- a/src/view/Monit.vue +++ b/src/view/Monit.vue @@ -30,7 +30,7 @@ @@ -180,23 +184,20 @@ p{ margin-bottom: 16px; } .disk{ - background-color: lightblue; - border: 1px; + border: 1px solid #f5f5f5; height:100% } .memory{ - background-color: aliceblue; - border: 1px; + border: 1px solid #f5f5f5; height:100%; } .sys{ - background-color: mintcream; border: 1px solid #f5f5f5; height:100% } .cpu{ - background-color: honeydew; + border: 1px solid #f5f5f5; height:100%; }