From c557433324c3c2e1996432b0b3e97c364542cc53 Mon Sep 17 00:00:00 2001 From: aixianling Date: Tue, 26 Mar 2024 09:25:00 +0800 Subject: [PATCH] =?UTF-8?q?=E6=A0=B7=E5=BC=8F=E5=BE=AE=E8=B0=83?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../layout/AiDvSummary/components/processPie.vue | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/components/layout/AiDvSummary/components/processPie.vue b/components/layout/AiDvSummary/components/processPie.vue index 9f60b6b8..715ed579 100644 --- a/components/layout/AiDvSummary/components/processPie.vue +++ b/components/layout/AiDvSummary/components/processPie.vue @@ -62,7 +62,13 @@ export default { .processPie { .progress { position: relative; + height: initial; margin-right: 60px; + flex-shrink: 0; + + :deep(.el-progress) { + display: block; + } .label { position: absolute; @@ -73,10 +79,10 @@ export default { font-size: 12px; color: #FFFFFF; white-space: nowrap; - width: 84px; - height: 84px; + width: 82px; + height: 82px; border-radius: 50%; - border: 1px solid #66798a66; + border: 2px solid #66798a66; display: flex; flex-direction: column; align-items: center;