From 6251f470506f2b00faff7e9ca3942abe587bcf32 Mon Sep 17 00:00:00 2001 From: LouisLam Date: Thu, 5 Aug 2021 19:56:20 +0800 Subject: [PATCH] fix the min height of monitor list --- src/pages/Dashboard.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pages/Dashboard.vue b/src/pages/Dashboard.vue index f56acca4..60b7ca46 100644 --- a/src/pages/Dashboard.vue +++ b/src/pages/Dashboard.vue @@ -99,7 +99,7 @@ export default { .list { margin-top: 25px; height: auto; - min-height: calc(100vh - 200px); + min-height: calc(100vh - 240px); .item { display: block;