From fb89f71e5f56f9e02853c206154093af9b701511 Mon Sep 17 00:00:00 2001 From: liuying <1427574514@qq.com> Date: 周三, 30 10月 2024 13:30:33 +0800 Subject: [PATCH] 大屏整改 --- yiqi_screen/src/components/ProductionStatistics.vue | 10 ++++++---- 1 files changed, 6 insertions(+), 4 deletions(-) diff --git a/yiqi_screen/src/components/ProductionStatistics.vue b/yiqi_screen/src/components/ProductionStatistics.vue index 65d8a59..02da441 100644 --- a/yiqi_screen/src/components/ProductionStatistics.vue +++ b/yiqi_screen/src/components/ProductionStatistics.vue @@ -59,7 +59,8 @@ { name: "Access From", type: "pie", - radius: ["25%", "40%"], + // radius: ["25%", "40%"], + radius: ["33%", "40%"],//鐜彉缁� center: ["26%", "47%"], avoidLabelOverlap: false, label: { @@ -74,7 +75,7 @@ scale: false, label: { show: true, - fontSize: 14, + fontSize: 15, fontWeight: "normal", }, }, @@ -91,7 +92,8 @@ { name: "Access From", type: "pie", - radius: ["25%", "40%"], + // radius: ["25%", "40%"], + radius: ["33%", "40%"],//鐜彉缁� center: ["74%", "47%"], avoidLabelOverlap: false, label: { @@ -110,7 +112,7 @@ scale: false, label: { show: true, - fontSize: 14, //楗煎浘涓棿鐨勫瓧浣撳ぇ灏� + fontSize: 15, //楗煎浘涓棿鐨勫瓧浣撳ぇ灏� fontWeight: "normal", }, }, -- Gitblit v1.9.3