From 3927b2e366bb125acd433542e13aa3597cc6e06e Mon Sep 17 00:00:00 2001 From: bb_pan Date: Mon, 2 Feb 2026 16:35:21 +0800 Subject: [PATCH] =?UTF-8?q?=E8=A3=85=E5=A4=87=E5=8F=B0=E8=B4=A6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../components/EquAnalysis.vue | 28 +++++++++---------- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/src/views/EquipmentLedger/components/EquAnalysis.vue b/src/views/EquipmentLedger/components/EquAnalysis.vue index 1cfdbf04..62650a44 100644 --- a/src/views/EquipmentLedger/components/EquAnalysis.vue +++ b/src/views/EquipmentLedger/components/EquAnalysis.vue @@ -16,7 +16,7 @@
线路装备
-
+
{{ priceData.line || 0 }} 万元
@@ -24,16 +24,16 @@
变电装备
-
- {{ priceData.substation || 0 }} +
+ {{ priceData.substation || 0 }} 万元
电缆装备
-
- {{ priceData.cable || 0 }} +
+ {{ priceData.cable || 0 }} 万元
@@ -49,7 +49,7 @@
线路装备
- {{ configData.line || 0 }} + {{ configData.line || 0 }}
@@ -57,7 +57,7 @@
变电装备
- {{ configData.substation || 0 }} + {{ configData.substation || 0 }}
@@ -65,7 +65,7 @@
电缆装备
- {{ configData.cable || 0 }} + {{ configData.cable || 0 }}
@@ -218,7 +218,7 @@ export default { }, legend: { orient: 'vertical', - right: '-1%', + right: '3%', top: 'center', itemWidth: 10, itemHeight: 10, @@ -239,7 +239,7 @@ export default { { type: 'pie', radius: ['60%', '80%'], - center: ['25%', '50%'], + center: ['19%', '50%'], avoidLabelOverlap: false, label: { show: false }, labelLine: { show: false }, @@ -249,7 +249,7 @@ export default { graphic: [ { type: 'group', - left: '25%', // 与饼图 center[0] 保持一致 + left: '19%', // 与饼图 center[0] 保持一致 top: '42%', bounding: 'raw', children: [ @@ -416,7 +416,7 @@ export default { } .price, .config { - width: 260px; + width: 315px; height: 206px; padding: 10px; } @@ -470,7 +470,7 @@ export default { // 饼图 .chart-wrapper { - width: 80%; + width: 466px; height: 220px; } @@ -480,7 +480,7 @@ export default { } // 柱状图 .barChart { - width: 90%; + width: 88%; height: 220px; }