From c278e18034f290d7a9ce80e39fc8e0d760101a64 Mon Sep 17 00:00:00 2001 From: songjie Date: Fri, 23 Jan 2026 16:49:59 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E9=87=8D=E7=BD=AE=E6=8C=89?= =?UTF-8?q?=E9=92=AE=E9=A2=9C=E8=89=B2=EF=BC=9B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/PlatformData/UserActivityStats.vue | 2 +- src/views/PlatformData/UserLoginStats.vue | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/views/PlatformData/UserActivityStats.vue b/src/views/PlatformData/UserActivityStats.vue index ad2d681..4006e2d 100644 --- a/src/views/PlatformData/UserActivityStats.vue +++ b/src/views/PlatformData/UserActivityStats.vue @@ -252,7 +252,7 @@ onMounted(() => { width: 80px; } .search-btn { background-color: #409eff; } -.reset-btn { background-color: #a0cfff; border-color: #a0cfff; } +.reset-btn { background-color: #409eff; border-color: #409eff; } .export-btn { margin-left: auto; background-color: #ff7875; border-color: #ff7875; } /* Content Cards */ diff --git a/src/views/PlatformData/UserLoginStats.vue b/src/views/PlatformData/UserLoginStats.vue index a0d2012..4df03c6 100644 --- a/src/views/PlatformData/UserLoginStats.vue +++ b/src/views/PlatformData/UserLoginStats.vue @@ -481,8 +481,8 @@ onMounted(() => { background-color: #409eff; } .reset-btn { - background-color: #a0cfff; - border-color: #a0cfff; + background-color: #409eff; + border-color: #409eff; } .export-btn { margin-left: auto;