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;