From 690dacddb38bd7eee457501b8cea921c7b80057d Mon Sep 17 00:00:00 2001 From: Fine Date: Wed, 9 Nov 2022 17:47:39 +0800 Subject: [PATCH] update style --- src/views/dashboard/graphs/components/Legend.vue | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/src/views/dashboard/graphs/components/Legend.vue b/src/views/dashboard/graphs/components/Legend.vue index 649b033d..819614c2 100644 --- a/src/views/dashboard/graphs/components/Legend.vue +++ b/src/views/dashboard/graphs/components/Legend.vue @@ -22,13 +22,13 @@ limitations under the License. --> > - + -
{{ h.label }}
+
{{ item.name }} @@ -94,7 +94,7 @@ table { box-sizing: border-box; text-overflow: ellipsis; vertical-align: middle; - width: 60px; + width: 100px; } } @@ -107,4 +107,8 @@ table { line-height: 23px; padding: 0 5px; } + +.header-cell { + width: 150px; +}