From decbda52d6484255266a241e2cc261a665dd0c27 Mon Sep 17 00:00:00 2001 From: Fine Date: Thu, 9 Nov 2023 15:16:21 +0800 Subject: [PATCH] feat: update toplist --- src/views/dashboard/graphs/TopList.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/dashboard/graphs/TopList.vue b/src/views/dashboard/graphs/TopList.vue index 7680da12..c3c5377c 100644 --- a/src/views/dashboard/graphs/TopList.vue +++ b/src/views/dashboard/graphs/TopList.vue @@ -201,7 +201,7 @@ limitations under the License. --> &:hover { color: $active-color; - background-color: #eee; + background-color: $popper-hover-bg-color; } }