From 49a25d0f847ece9f6653d80f5af673985c031853 Mon Sep 17 00:00:00 2001 From: "@changcode" Date: Thu, 21 Jul 2022 19:24:55 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20app=20=E6=96=B0=E5=A2=9E=E5=A4=9A?= =?UTF-8?q?=E9=80=89=E9=AB=98=E4=BA=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../views/charts2/networkOverviewApps.scss | 23 ++++++++++++------- .../charts2/charts/NetworkOverviewApps.vue | 16 ++++++------- 2 files changed, 23 insertions(+), 16 deletions(-) diff --git a/src/assets/css/components/views/charts2/networkOverviewApps.scss b/src/assets/css/components/views/charts2/networkOverviewApps.scss index c18a090b..3c5bc324 100644 --- a/src/assets/css/components/views/charts2/networkOverviewApps.scss +++ b/src/assets/css/components/views/charts2/networkOverviewApps.scss @@ -264,15 +264,22 @@ cursor: pointer; display: flex; flex-direction: column; - .body__app-title { - font-family: Helvetica-Bold; - font-size: 16px; - color: #353636; - font-weight: 700; - margin-bottom: 6px; + .body__app-content { display: flex; justify-content: space-between; - .body__app-title-left { + .body__app-left { + display: flex; + .body__app-left-title { + font-family: Helvetica-Bold; + font-size: 16px; + color: #353636; + font-weight: 700; + margin-bottom: 6px; + } + .body__app-left-title.app-show, + .body__app-left-title.provide-show { + color: #046ECA; + } span { i { color: green; @@ -281,7 +288,7 @@ } } } - .body__app-title-right { + .body__app-content-right { span { i { color: #046ECA; diff --git a/src/views/charts2/charts/NetworkOverviewApps.vue b/src/views/charts2/charts/NetworkOverviewApps.vue index d104072e..b9d086ce 100644 --- a/src/views/charts2/charts/NetworkOverviewApps.vue +++ b/src/views/charts2/charts/NetworkOverviewApps.vue @@ -84,12 +84,12 @@
-
-
+
+
- {{app.name}},{{app.desc}} + {{app.name}},{{app.desc}}
-
+
This is a description this is a description this is a description this is a description
@@ -98,12 +98,12 @@
-
-
+
+
- {{app.name}},{{app.desc}} + {{app.name}},{{app.desc}}
-
+
This is a description this is a description this is a description this is a description