From 0b2de6fc645bf758c18ea0d927943a89fdf8f99f Mon Sep 17 00:00:00 2001 From: Fine Date: Mon, 28 Aug 2023 20:02:06 +0800 Subject: [PATCH] fix: style --- src/views/dashboard/graphs/InstanceList.vue | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/views/dashboard/graphs/InstanceList.vue b/src/views/dashboard/graphs/InstanceList.vue index d04d47ff..2e3b68cc 100644 --- a/src/views/dashboard/graphs/InstanceList.vue +++ b/src/views/dashboard/graphs/InstanceList.vue @@ -294,4 +294,8 @@ limitations under the License. --> max-height: 400px; overflow: auto; } + + .link { + color: $active-color; + }