From 338ba5bb8d76eb391621ae2830fa8802347c224b Mon Sep 17 00:00:00 2001
From: chenhaozhe <cgz@hz-kingdee.com>
Date: 星期四, 22 一月 2026 10:25:17 +0800
Subject: [PATCH] 添加 工作联系单 查询模块

---
 pages/MJGL/Sc_OEEStatusReport/Sc_OEEStatusReport.vue |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/pages/MJGL/Sc_OEEStatusReport/Sc_OEEStatusReport.vue b/pages/MJGL/Sc_OEEStatusReport/Sc_OEEStatusReport.vue
index 5480519..a1703ba 100644
--- a/pages/MJGL/Sc_OEEStatusReport/Sc_OEEStatusReport.vue
+++ b/pages/MJGL/Sc_OEEStatusReport/Sc_OEEStatusReport.vue
@@ -22,8 +22,8 @@
             <view class="over" v-if="reportBillsDisplay.length == 0">鏆傛棤鏁版嵁</view>
         </view>
         <!-- OEE 鎶樼嚎鍥� -->
-        <view v-show="tabs == 1" style="padding: 40rpx 0;">
-            <view style="width:750rpx; height:750rpx"><l-echart ref="chartRef" @finished="initChart()"></l-echart>
+        <view v-show="tabs == 1" class="graph-container" style="padding: 40rpx 0; text-align: center;">
+            <view class="graph"><l-echart ref="chartRef" @finished="initChart()"></l-echart>
             </view>
         </view>
     </view>

--
Gitblit v1.9.1