From 6efa5f6ca7536a37e3af3592bb42db63bcb8371d Mon Sep 17 00:00:00 2001
From: liuying <1427574514@qq.com>
Date: 周三, 24 9月 2025 15:33:27 +0800
Subject: [PATCH] 代码备份

---
 yiqi_screen/src/components/QualityDataTrends.vue |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diff --git a/yiqi_screen/src/components/QualityDataTrends.vue b/yiqi_screen/src/components/QualityDataTrends.vue
index 1bfa404..ca95122 100644
--- a/yiqi_screen/src/components/QualityDataTrends.vue
+++ b/yiqi_screen/src/components/QualityDataTrends.vue
@@ -65,7 +65,6 @@
         xData.push(item.workPieceID)
         yData.push(item.qualityDataVaule)
       });
-      // console.log(xData,yData,this,'x,y');
       this.$set(this.option.xAxis,'data',xData)
       this.$set(this.option.series[0],'data',yData)
       this.myChart.setOption(this.option);
@@ -144,5 +143,8 @@
       <style>
    .echarts3Box{
     height: 150px !important;
+    /* background-color: #040d3d; */
+    /* width: 96%; */
+    margin: 0 auto;
    }
 </style>
\ No newline at end of file

--
Gitblit v1.9.3