From 82d87743a1dce3b5d0e688a8e04c99ff21b39057 Mon Sep 17 00:00:00 2001 From: TsMask <340112800@qq.com> Date: Sat, 27 Jan 2024 15:07:54 +0800 Subject: [PATCH] =?UTF-8?q?style:=20=E7=9C=8B=E7=97=85=E6=A0=B7=E5=BC=8F?= =?UTF-8?q?=E8=B0=83=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/dashboard/overview/css/index.css | 16 +++++++++------- src/views/dashboard/overview/index.vue | 2 +- 2 files changed, 10 insertions(+), 8 deletions(-) diff --git a/src/views/dashboard/overview/css/index.css b/src/views/dashboard/overview/css/index.css index 8f7b0f1b..8ecd4a9b 100644 --- a/src/views/dashboard/overview/css/index.css +++ b/src/views/dashboard/overview/css/index.css @@ -57,6 +57,7 @@ display: flex; flex-direction: column; align-items: center; + cursor: pointer; } .brand .brand-title { color: #ffffff; @@ -73,8 +74,8 @@ /* 实时流量 */ .upfFlow { - height: 16rem; - display: flex; + min-height: 16rem; + height: 40%; } .upfFlow .inner .chart { width: 100%; @@ -84,8 +85,8 @@ /* 网络拓扑 */ .topology { - height: 27.8rem; - display: flex; + min-height: 27.8rem; + height: 56%; } .topology .inner .chart { width: 100%; @@ -95,7 +96,8 @@ /* 概览区域 */ .overview { - height: 6.167rem; + min-height: 6.167rem; + height: 12%; } .overview .inner { display: flex; @@ -127,7 +129,7 @@ /* cdr会话监控 */ .cdrEvent { min-height: 22rem; - height: 60%; + height: 58%; } .cdrEvent .inner .chart { width: 100%; @@ -193,7 +195,7 @@ /* ue会话监控 */ .ueEvent { min-height: 22rem; - height: 60%; + height: 58%; } .ueEvent .inner .chart { width: 100%; diff --git a/src/views/dashboard/overview/index.vue b/src/views/dashboard/overview/index.vue index 2cbc038c..8867dc84 100644 --- a/src/views/dashboard/overview/index.vue +++ b/src/views/dashboard/overview/index.vue @@ -94,7 +94,7 @@ onMounted(() => {