From ec6551cd8698825feeb1cde67397db80e298614c Mon Sep 17 00:00:00 2001 From: qiangyanwen <508737091@qq.com> Date: Sun, 21 Aug 2022 21:29:11 +0800 Subject: [PATCH] testcase --- src/view/Monit.vue | 65 +++++++++++++++++++++++----------------------- 1 file changed, 33 insertions(+), 32 deletions(-) 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%; }