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 */ }