From ad67a3fb023a640d704c832249cfcc57a40357bb Mon Sep 17 00:00:00 2001 From: Fine Date: Thu, 8 Sep 2022 21:34:32 +0800 Subject: [PATCH] update --- src/views/dashboard/graphs/EndpointList.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/dashboard/graphs/EndpointList.vue b/src/views/dashboard/graphs/EndpointList.vue index bba9e72d..c4654b22 100644 --- a/src/views/dashboard/graphs/EndpointList.vue +++ b/src/views/dashboard/graphs/EndpointList.vue @@ -194,6 +194,6 @@ watch( @import "./style.scss"; .tips { - color: red; + color: rgba(255, 0, 0, 0.5); }