From 8cf5c75be2e26ebf287429c7019ac22835d26b4c Mon Sep 17 00:00:00 2001 From: zhangyu Date: Mon, 28 Sep 2020 10:10:14 +0800 Subject: [PATCH] =?UTF-8?q?fix=EF=BC=9A=E4=BF=AE=E6=94=B9=E6=8F=90?= =?UTF-8?q?=E7=A4=BA=E6=A1=86=20=E5=A7=8B=E7=BB=88=E5=9C=A8=E9=BC=A0?= =?UTF-8?q?=E6=A0=87=E4=B8=8B=E6=96=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/components/charts/chart-list.vue | 1 + .../src/components/charts/line-chart-block.vue | 17 ++++++++++------- .../page/dashboard/overview/chart.vue | 11 ++++++----- .../src/components/page/dashboard/panel.vue | 1 + 4 files changed, 18 insertions(+), 12 deletions(-) diff --git a/nezha-fronted/src/components/charts/chart-list.vue b/nezha-fronted/src/components/charts/chart-list.vue index 985d0cc9e..2f1724fa2 100644 --- a/nezha-fronted/src/components/charts/chart-list.vue +++ b/nezha-fronted/src/components/charts/chart-list.vue @@ -13,6 +13,7 @@ padding: 5px 15px 5px 10px; box-sizing: border-box; overflow: hidden;/*避免鼠标第一次放到曲线时,x轴出现滚动条后消失*/ + min-height: calc(100vh - 150px); }