diff --git a/src/views/productionSchedulingPlan/schedulingDashboard/container.vue b/src/views/productionSchedulingPlan/schedulingDashboard/container.vue index 4443403..5dac08d 100644 --- a/src/views/productionSchedulingPlan/schedulingDashboard/container.vue +++ b/src/views/productionSchedulingPlan/schedulingDashboard/container.vue @@ -304,7 +304,7 @@ :key="taskIndex" class="task-bar" :class="{ - 'task-bar-narrow': getWidthPercent(task.planStartTime, task.planEndTime) < 1, + 'task-bar-narrow': getWidthPercent(task.planStartTime, task.planEndTime) < 2.1, }" :style="{ left: `${getPositionPercent(task.planStartTime)}%`, @@ -323,9 +323,9 @@ @mouseenter="showTooltip($event, task, order.woCode)" @mouseleave="hideTooltip()" > -
+ +
{{ task.processName }} @@ -333,7 +333,7 @@