From 036d40c0156cc0300180a277fcde1ef5f3588c93 Mon Sep 17 00:00:00 2001 From: zhangdi <15053473693@163.com> Date: Fri, 26 Dec 2025 18:58:38 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8E=92=E4=BA=A7=E7=9C=8B=E6=9D=BF=E6=8F=90?= =?UTF-8?q?=E4=BA=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../productionSchedulingPlan/schedulingDashboard/index.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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); } /* 提示框样式 */