From 0fa2236ad2f5fdf9598bc3114fb1b12ba27db362 Mon Sep 17 00:00:00 2001 From: songjie Date: Fri, 30 Jan 2026 16:56:14 +0800 Subject: [PATCH] =?UTF-8?q?=E6=90=9C=E7=B4=A2=E6=A0=8F=E5=90=B8=E9=99=84?= =?UTF-8?q?=E5=88=B0=E9=A1=B6=E9=83=A8=EF=BC=9B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/PlatformData/UserLoginStats.vue | 4 ++++ src/views/PlatformData/UserOverview.vue | 4 ++++ 2 files changed, 8 insertions(+) diff --git a/src/views/PlatformData/UserLoginStats.vue b/src/views/PlatformData/UserLoginStats.vue index ea15ef4..ce2d6ee 100644 --- a/src/views/PlatformData/UserLoginStats.vue +++ b/src/views/PlatformData/UserLoginStats.vue @@ -1142,6 +1142,10 @@ onMounted(() => { gap: 10px; margin-bottom: 20px; border: 1px solid #f0f0f0; + position: sticky; + top: 0; + z-index: 1000; + box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1); } .search-label { font-weight: bold; diff --git a/src/views/PlatformData/UserOverview.vue b/src/views/PlatformData/UserOverview.vue index de858b1..bd06649 100644 --- a/src/views/PlatformData/UserOverview.vue +++ b/src/views/PlatformData/UserOverview.vue @@ -789,6 +789,10 @@ onMounted(() => { gap: 10px; margin-bottom: 20px; border: 1px solid #f0f0f0; + position: sticky; + top: 0; + z-index: 1000; + box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1); } .search-label { font-weight: bold;