fix: 首页图表

This commit is contained in:
caiyuchao
2025-09-29 17:49:34 +08:00
parent c3eee10f3a
commit 633b067c6d
3 changed files with 3 additions and 3 deletions

View File

@@ -22,7 +22,7 @@ function renderChart() {
radius: [15, 60],
label: {
show: true,
fontSize: 14,
// fontSize: 14,
formatter: '{b}{c}',
},
data: [

View File

@@ -37,7 +37,7 @@ onMounted(async () => {
dashboardValue.value = data;
overviewItems.value = {
icon: 'icon-[streamline-plump-color--user-pin-flat] size-9 flex-shrink-0',
icon: 'icon-[streamline-plump-color--user-pin-flat] size-8 flex-shrink-0',
title: '员工数',
totalTitle: '总用户量',
totalValue: data.userCount || 0,