From c3576dff24adbb52cf807c100afb63399e16f813 Mon Sep 17 00:00:00 2001 From: WXL (wul) <wl_5969728@163.com> Date: 星期四, 11 九月 2025 09:36:45 +0800 Subject: [PATCH] 测试完成 --- src/layout/components/TagsView/index.vue | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/layout/components/TagsView/index.vue b/src/layout/components/TagsView/index.vue index cc98071..3db09b7 100644 --- a/src/layout/components/TagsView/index.vue +++ b/src/layout/components/TagsView/index.vue @@ -265,9 +265,9 @@ margin-right: 15px; } &.active { - background-color: #42b983; + background-color: #3664D9; color: #fff; - border-color: #42b983; + border-color: #3664D9; &::before { content: ''; background: #fff; -- Gitblit v1.9.3