From b85a5a6d1507010ff60a5c0ca3ac32373ae1a8c0 Mon Sep 17 00:00:00 2001
From: zrg <z1873@LAPTOP-EAVL132E>
Date: 星期四, 22 一月 2026 19:38:20 +0800
Subject: [PATCH] Merge branch 'Dev' of http://101.37.171.70:10101/r/~jhz/STUWMS into Dev
---
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