From ea323016aed45f5d1c03dca90e3069ad998d0be1 Mon Sep 17 00:00:00 2001 From: zhangdi <15053473693@163.com> Date: Tue, 3 Feb 2026 14:08:58 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8E=92=E4=BA=A7=E7=9C=8B=E6=9D=BF=E9=A1=B5?= =?UTF-8?q?=E9=9D=A2=E8=B0=83=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../productionSchedulingPlan/schedulingDashboard/container.vue | 1 - 1 file changed, 1 deletion(-) diff --git a/src/views/productionSchedulingPlan/schedulingDashboard/container.vue b/src/views/productionSchedulingPlan/schedulingDashboard/container.vue index 824ce13..17b75eb 100644 --- a/src/views/productionSchedulingPlan/schedulingDashboard/container.vue +++ b/src/views/productionSchedulingPlan/schedulingDashboard/container.vue @@ -1608,7 +1608,6 @@ export default { const taskPixelWidth = (containerWidth * taskWidthPercent)/100; - console.log(taskWidthPercent,taskPixelWidth,'任务宽度百分比和容器宽度'); const textWidth = this.getTextWidth(text, 10); // 确保字体大小匹配实际样式 return taskPixelWidth >= textWidth + 4; // 4px 是左右 padding 缓冲 },