diff --git a/apps/web-antd/src/views/dashboard/analytics-visits-pie.vue b/apps/web-antd/src/views/dashboard/analytics-visits-pie.vue index fcf61f8..275384a 100644 --- a/apps/web-antd/src/views/dashboard/analytics-visits-pie.vue +++ b/apps/web-antd/src/views/dashboard/analytics-visits-pie.vue @@ -22,7 +22,7 @@ function renderChart() { radius: [15, 60], label: { show: true, - fontSize: 14, + // fontSize: 14, formatter: '{b}:{c}', }, data: [ diff --git a/apps/web-antd/src/views/dashboard/index.vue b/apps/web-antd/src/views/dashboard/index.vue index a2fe460..952b0d1 100644 --- a/apps/web-antd/src/views/dashboard/index.vue +++ b/apps/web-antd/src/views/dashboard/index.vue @@ -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, diff --git a/packages/effects/common-ui/src/ui/dashboard/analysis/analysis-overview-card.vue b/packages/effects/common-ui/src/ui/dashboard/analysis/analysis-overview-card.vue index ef39932..b74201e 100644 --- a/packages/effects/common-ui/src/ui/dashboard/analysis/analysis-overview-card.vue +++ b/packages/effects/common-ui/src/ui/dashboard/analysis/analysis-overview-card.vue @@ -40,7 +40,7 @@ withDefaults(defineProps(), { :end-val="item.value" :start-val="1" :unit="item.title === '签单率' ? '%' : ''" - class="mt-5 size-12 text-3xl" + class="mt-5 size-12 text-2xl" prefix="" />