diff --git a/pages/DigitalIntelligenceDashboard/components/InventoryStructureAnalysis.vue b/pages/DigitalIntelligenceDashboard/components/InventoryStructureAnalysis.vue index 8f627fc..739a348 100644 --- a/pages/DigitalIntelligenceDashboard/components/InventoryStructureAnalysis.vue +++ b/pages/DigitalIntelligenceDashboard/components/InventoryStructureAnalysis.vue @@ -45,7 +45,7 @@ + :inScrollView="true" canvasId="inventoryStructurePieChart" tooltipFormat="ShopTypeNumberRate" /> @@ -156,7 +156,8 @@ export default { padding: [5, 5, 5, 5], dataLabel: true, legend: { - show: true + show: true, + lineHeight: 30 }, extra: { pie: { diff --git a/pages/DigitalIntelligenceDashboard/components/OrderTransactionAnalysis.vue b/pages/DigitalIntelligenceDashboard/components/OrderTransactionAnalysis.vue index d79df66..1c46811 100644 --- a/pages/DigitalIntelligenceDashboard/components/OrderTransactionAnalysis.vue +++ b/pages/DigitalIntelligenceDashboard/components/OrderTransactionAnalysis.vue @@ -72,14 +72,8 @@ - + @@ -92,21 +86,8 @@ - - - - - {{ item.name }} - ¥{{ formatMoney(item.amount) }} - - + @@ -119,14 +100,8 @@ - + @@ -139,14 +114,8 @@ - + @@ -154,7 +123,9 @@