diff --git a/src/views/mes/tasksummary/index.vue b/src/views/mes/tasksummary/index.vue
index 01d76c2d..581955e0 100644
--- a/src/views/mes/tasksummary/index.vue
+++ b/src/views/mes/tasksummary/index.vue
@@ -85,15 +85,16 @@ v-loading="loading" :data="list" :stripe="true" :show-overflow-tooltip="true" hi
{{ scope.row.isScheduled ? '是' : '否' }}
-
+
@@ -276,7 +277,17 @@ const handleTabClick = (tab: TabsPaneContext) => {
justify-content: center;
}
-.production-progress-bar {
- width: 180px;
+.production-progress-cell :deep(.el-progress-circle) {
+ display: flex;
+ align-items: center;
+ justify-content: center;
+}
+
+.production-progress-cell :deep(.el-progress__text) {
+ display: flex;
+ align-items: center;
+ justify-content: center;
+ font-size: 10px !important;
+ min-width: auto !important;
}