From 2e5d822fa9064373d0c643cb435aa743a28a5f85 Mon Sep 17 00:00:00 2001 From: songjie Date: Wed, 21 Jan 2026 13:14:16 +0800 Subject: [PATCH] =?UTF-8?q?=E6=96=B0=E8=80=81=E9=9D=9E=E7=BD=91=E6=80=BB?= =?UTF-8?q?=E5=B9=B4=E5=AD=97=E4=BD=93=E7=BC=A9=E5=B0=8F=EF=BC=9B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/PlatformData/UserOverview.vue | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/src/views/PlatformData/UserOverview.vue b/src/views/PlatformData/UserOverview.vue index b36967d..0a41104 100644 --- a/src/views/PlatformData/UserOverview.vue +++ b/src/views/PlatformData/UserOverview.vue @@ -109,7 +109,10 @@ @@ -550,6 +553,13 @@ onMounted(() => { .text-red { color: #ff4d4f; font-weight: bold; } .text-green { color: #52c41a; font-weight: bold; } +.sub-item-text { + font-size: 12px; + padding-left: 20px; + color: #606266; + display: inline-block; +} + .chart-section-bg { /* background: #fff; already set by detail-section */ }