liuying
2024-10-16 9fd3f7927d22e5f161b4a6e8b50717cc55b040c4
yiqi_screen/src/components/QualityDataTrends.vue
@@ -1,5 +1,5 @@
<template>
    <div class="box-container" style="height: 1.52rem" id="echarts3"></div>
    <div class="box-container echarts3Box" style="height: 1.52rem" id="echarts3"></div>
</template>
      
      <script>
@@ -21,8 +21,8 @@
        data: [],
      },
      grid: {
        left: 13,
        right: 13,
        left: 33,
        right: 33,
        top: 20,
        bottom:5,
      },
@@ -141,4 +141,5 @@
</script>
      
      <style>
</style>