From 03094b048acfbb444bb298273d698189d18a1a0f Mon Sep 17 00:00:00 2001
From: zmc <zmc_li@foxmail.com>
Date: 星期四, 23 十一月 2023 17:40:55 +0800
Subject: [PATCH] 1. 修改了风险模型的统计信息的函数

---
 src/views/exception/components/DustLineChart.vue |   10 ++--------
 1 files changed, 2 insertions(+), 8 deletions(-)

diff --git a/src/views/exception/components/DustLineChart.vue b/src/views/exception/components/DustLineChart.vue
index 4f2880e..f7b0c85 100644
--- a/src/views/exception/components/DustLineChart.vue
+++ b/src/views/exception/components/DustLineChart.vue
@@ -5,9 +5,7 @@
 
  -->
  <template>
-
        <div  id="main" class="line-chart-exception"></div>
-
    
   </template>
   
@@ -49,11 +47,7 @@
         window.addEventListener('resize', this.resizeChart);
       },
     },
-    // beforeUnmount() {
-    //   if (this.chart) {
-    //     this.chart.dispose;
-    //   }
-    // },
+ 
     methods: {
       initChart() {
         // 鍒涘缓echarts瀹炰緥
@@ -112,7 +106,7 @@
   
   <style scoped>
   .line-chart-exception {
-    width: 700px;
+    width: 600px;
     height: 250px;
     margin-bottom: 20px;
     min-width: 500px;

--
Gitblit v1.9.3