From 9fd3f7927d22e5f161b4a6e8b50717cc55b040c4 Mon Sep 17 00:00:00 2001 From: liuying <1427574514@qq.com> Date: 周三, 16 10月 2024 11:21:03 +0800 Subject: [PATCH] 整改细节 --- yiqi_screen/src/components/Content.vue | 22 ++++++++++++++++++++-- 1 files changed, 20 insertions(+), 2 deletions(-) diff --git a/yiqi_screen/src/components/Content.vue b/yiqi_screen/src/components/Content.vue index f355ee9..44e2d6e 100644 --- a/yiqi_screen/src/components/Content.vue +++ b/yiqi_screen/src/components/Content.vue @@ -1,7 +1,15 @@ <template> <div class="container"> <div class="header"> - <div class="title">4GC涓変唬鍙戝姩鏈鸿繛鏉嗙嚎</div> + <div class="title"> + + <img + :src=" + require(`@/assets/images/1.png`) + " + class="imgTitle" + /> + 4GC涓変唬鍙戝姩鏈鸿繛鏉嗙嚎</div> <div class="left-text"> <div style="line-height: 30px">{{ nowTime }}</div> <div style="padding-left: 25px"> @@ -13,7 +21,6 @@ <div style="line-height: 30px"> 褰撳墠鐝:{{ produceStatisData.currentTeamName }} </div> - <!-- style="padding-left:25px" --> <div>鐝暱:{{ produceStatisData.currentTeamLeader }}</div> </div> </div> @@ -94,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 }} @@ -336,6 +347,13 @@ left: 50%; transform: translate(-50%); letter-spacing: 8px; + .imgTitle{ + width: 0.5rem; + height: 0.5rem; + position: absolute; + top: -0.01rem; + left: -0.8rem; + } } .left-text { -- Gitblit v1.9.3