From 07dcee129d5201f99ba76e6fff77903d49b70b8a Mon Sep 17 00:00:00 2001 From: Fine Date: Wed, 9 Nov 2022 15:56:09 +0800 Subject: [PATCH] update legend layout --- .../dashboard/graphs/components/Legend.vue | 19 ++++++++++++++----- 1 file changed, 14 insertions(+), 5 deletions(-) diff --git a/src/views/dashboard/graphs/components/Legend.vue b/src/views/dashboard/graphs/components/Legend.vue index e84d084a..04ff26b1 100644 --- a/src/views/dashboard/graphs/components/Legend.vue +++ b/src/views/dashboard/graphs/components/Legend.vue @@ -16,14 +16,19 @@ limitations under the License. -->
-
+
{{ h.label }}
-
+
{{ item.name }} @@ -68,14 +73,18 @@ const colors = computed(() => { });