From 4768dda18bac205aa769bf2d892a72d2ecb2b328 Mon Sep 17 00:00:00 2001
From: haoxuan <haoxuan>
Date: 星期一, 04 十二月 2023 10:29:06 +0800
Subject: [PATCH] 人员生产效率对比图修改
---
src/views/cockpitPage/components/PerSonnelProductivity.vue | 6 +++---
public/cockpitPage/dotted-circle.png | 0
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/public/cockpitPage/dotted-circle.png b/public/cockpitPage/dotted-circle.png
index b9ca61c..091b692 100644
--- a/public/cockpitPage/dotted-circle.png
+++ b/public/cockpitPage/dotted-circle.png
Binary files differ
diff --git a/src/views/cockpitPage/components/PerSonnelProductivity.vue b/src/views/cockpitPage/components/PerSonnelProductivity.vue
index c7d89db..cdd40ec 100644
--- a/src/views/cockpitPage/components/PerSonnelProductivity.vue
+++ b/src/views/cockpitPage/components/PerSonnelProductivity.vue
@@ -212,8 +212,8 @@
z: 3,
style: {
image: img,
- width: 118,
- height: 118,
+ width: 248,
+ height: 248,
},
left: "center",
top: "center",
@@ -226,7 +226,7 @@
name: "Access From",
type: "pie",
// center: ['80%', '46%'],
- radius: ["52%", "65%"],
+ radius: ["52%", "62%"],
// minAngle: 20,
// startAngle: 60,
avoidLabelOverlap: false,
--
Gitblit v1.8.0