From e6370a879323b476ba482b817cf602da25c65fa6 Mon Sep 17 00:00:00 2001 From: haoxuan <haoxuan> Date: 星期一, 04 十二月 2023 10:18:15 +0800 Subject: [PATCH] 人员 --- src/views/cockpitPage/components/PerSonnelProductivity.vue | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/views/cockpitPage/components/PerSonnelProductivity.vue b/src/views/cockpitPage/components/PerSonnelProductivity.vue index 5759ea5..c7d89db 100644 --- a/src/views/cockpitPage/components/PerSonnelProductivity.vue +++ b/src/views/cockpitPage/components/PerSonnelProductivity.vue @@ -234,10 +234,10 @@ label: { normal: { position: "outer", - padding: [0, -55], + padding: [0, -62], color: "#01f7fd", fontSize: 12, - borderWidth: 20, + borderWidth: 5, borderRadius: 4, formatter: function (params) { let str = params.name + params.value + "%"; @@ -255,7 +255,7 @@ }, labelLine: { show: true, - length: 5, + length: 4, length2: 70, lineStyle: { color: "#dcb018", -- Gitblit v1.8.0