diff --git a/src/views/productionSchedulingPlan/schedulingDashboard/index.vue b/src/views/productionSchedulingPlan/schedulingDashboard/index.vue index f59d34b..26d50c4 100644 --- a/src/views/productionSchedulingPlan/schedulingDashboard/index.vue +++ b/src/views/productionSchedulingPlan/schedulingDashboard/index.vue @@ -1563,7 +1563,7 @@ export default { .task-overlay-text { position: absolute; top: -20px; - left: 0; + left: -7px; color: rgba(0, 0, 0); padding: 2px 4px 2px 0; border-radius: 3px; @@ -1574,7 +1574,7 @@ export default { min-width: max-content; pointer-events: none; /* 避免影响鼠标事件 */ display: inline-block; - transform: scale(0.8); + transform: scale(0.7); } /* 提示框样式 */