From 7a0d7a81f02515bbb185a4cb954e9debb07bff6c Mon Sep 17 00:00:00 2001 From: zhaowei <zhaowei> Date: 星期四, 04 九月 2025 15:23:33 +0800 Subject: [PATCH] 1、全局调整样式名称 2、新增倍率报表页面 --- src/views/mdc/base/WorkshopSignage.vue | 19 ++++++++++--------- 1 files changed, 10 insertions(+), 9 deletions(-) diff --git a/src/views/mdc/base/WorkshopSignage.vue b/src/views/mdc/base/WorkshopSignage.vue index 7a124a2..c6042b2 100644 --- a/src/views/mdc/base/WorkshopSignage.vue +++ b/src/views/mdc/base/WorkshopSignage.vue @@ -5,7 +5,8 @@ <div class="left-col"> <div class="col-content"> <div class="content-title">{{workshopDetails.workshopName}}#璁惧鎯呭喌</div> - <workshop-device-overview ref="workshopDeviceOverviewRef" :currentProductionId="currentProductionId" + <workshop-device-overview ref="workshopDeviceOverviewRef" :workshopName="workshopDetails.workshopName" + :currentProductionId="currentProductionId" :equipmentStatusList="equipmentStatusList" :toDecimal2NoZero="toDecimal2NoZero"/> </div> <div class="col-content"> @@ -208,15 +209,15 @@ padding: 1% 5%; } - .content-footer-container { - height: 25%; + /*.content-footer-container {*/ + /*height: 25%;*/ - .content-footer { - font-size: 0.7vw; - padding-left: 5%; - height: 40%; - } - } + /*.content-footer {*/ + /*font-size: 0.7vw;*/ + /*padding-left: 5%;*/ + /*height: 40%;*/ + /*}*/ + /*}*/ .chart-container { flex: 1; -- Gitblit v1.9.3