diff --git a/src/views/PlatformData/UserOverview.vue b/src/views/PlatformData/UserOverview.vue index fba7580..06c5c77 100644 --- a/src/views/PlatformData/UserOverview.vue +++ b/src/views/PlatformData/UserOverview.vue @@ -707,8 +707,8 @@ onMounted(() => { background-color: #409eff; } .reset-btn { - background-color: #a0cfff; - border-color: #a0cfff; + background-color: #409eff; + border-color: #409eff; } .export-btn { margin-left: auto;