feat:【antd/ele】对齐两侧的代码

This commit is contained in:
YunaiV
2025-12-27 17:06:15 +08:00
parent 9ef218f930
commit 826a1b355a
2 changed files with 5 additions and 5 deletions

View File

@@ -38,9 +38,9 @@ export function getChartOptions(activeTabName: any, res: any): any {
name: item.time,
value: item.customerCreateCount
? (
(item.customerDealCount / item.customerCreateCount) *
100
).toFixed(2)
(item.customerDealCount / item.customerCreateCount) *
100
).toFixed(2)
: 0,
};
}),