From f97718f8cb3722b899a8f4ab4497acba7c6c1b30 Mon Sep 17 00:00:00 2001 From: liuying <1427574514@qq.com> Date: 周四, 17 10月 2024 16:27:44 +0800 Subject: [PATCH] 细节 --- yiqi_screen/src/components/Content.vue | 11 +++++++---- 1 files changed, 7 insertions(+), 4 deletions(-) diff --git a/yiqi_screen/src/components/Content.vue b/yiqi_screen/src/components/Content.vue index f0bca19..4f2a701 100644 --- a/yiqi_screen/src/components/Content.vue +++ b/yiqi_screen/src/components/Content.vue @@ -101,10 +101,14 @@ </div> <div class="echarts-box border_right1"> <div class="echarts-title">鏈彮/鏈湀浜ч噺缁熻</div> + + <ProductionStatistics :produceStatisData="produceStatisData" /> <div class="pie-label-left"> + <!-- 褰撳墠鐝粍瀹為檯鐢熶骇鏁伴噺 --> {{ produceStatisData.currentShiftProduceNum }} <span v-if="produceStatisData.currentShiftPlanNum||produceStatisData.currentShiftPlanNum==0">/</span> + <!-- 褰撳墠鐝粍璁″垝鐢熶骇鏁伴噺 --> {{ produceStatisData.currentShiftPlanNum }} @@ -344,11 +348,10 @@ transform: translate(-50%); letter-spacing: 8px; .imgTitle{ - width: 0.5rem; - height: 0.5rem; + width: .5rem; position: absolute; - top: -0.01rem; - left: -0.8rem; + /* top: 0.08rem; */ + left: -0.7rem; } } -- Gitblit v1.9.3