From 5f50982d6cd6143619ef707c93fd3d52bc30deb9 Mon Sep 17 00:00:00 2001 From: zhangdi <1104545947@qq.com> Date: Wed, 11 Mar 2026 14:26:13 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8E=92=E4=BA=A7=E7=9C=8B=E6=9D=BF=E6=A0=B7?= =?UTF-8?q?=E5=BC=8F=E8=B0=83=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../schedulingDashboard/container.vue | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/views/productionSchedulingPlan/schedulingDashboard/container.vue b/src/views/productionSchedulingPlan/schedulingDashboard/container.vue index e43c909..d11eedb 100644 --- a/src/views/productionSchedulingPlan/schedulingDashboard/container.vue +++ b/src/views/productionSchedulingPlan/schedulingDashboard/container.vue @@ -1613,7 +1613,7 @@ export default { position: 'absolute', top: '50%', left: '50%', - transform: 'translate(-50%, -50%)', + transform: 'translate(-50%, -50%) scale(0.7)', color: isYellow ? '#000' : 'white', fontSize: '10px', whiteSpace: 'nowrap', @@ -1624,9 +1624,9 @@ export default { const isEvenLayer = layerIndex % 2 === 0; return { position: 'absolute', - top: isEvenLayer ? '-15px' : 'calc(100% )', + top: isEvenLayer ? '-18px' : 'calc(100% )', left: '50%', - transform: 'translateX(-50%)', + transform: 'translateX(-50%) scale(0.7)', color: isYellow ? '#000' : '#333', fontSize: '10px', whiteSpace: 'nowrap',