From 0dbf19e9f92f5cb1d5ca9a06fd268d3b16e466e3 Mon Sep 17 00:00:00 2001
From: zhangzengfei <zhangzengfei@smartai.com>
Date: 星期三, 07 十二月 2022 15:22:01 +0800
Subject: [PATCH] 完善断流监控,集群和设备详情的查询

---
 src/components/canvas/index.vue |   10 +++++-----
 1 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/src/components/canvas/index.vue b/src/components/canvas/index.vue
index cc706af..977c8ce 100644
--- a/src/components/canvas/index.vue
+++ b/src/components/canvas/index.vue
@@ -93,7 +93,7 @@
     },
     showProportion: {
       type: Number,
-      default: 1.666
+      default: 1.834
     }
   },
   computed: {
@@ -241,10 +241,10 @@
         })
         return
       }
-      this.$notify({
-        type: "success",
-        message: "宸蹭繚瀛樼粯鍒讹紒"
-      })
+      // this.$notify({
+      //   type: "success",
+      //   message: "宸蹭繚瀛樼粯鍒讹紒"
+      // })
       // 姣忔淇濆瓨鍏抽棴妯℃�佺獥鏃堕兘瑕佹妸妯℃�佺獥鐨勬暟鎹啓鍒扮埗缁勪欢閲屾潵
       this.canvasData = this.$refs.bigCanvas.canvasData
       // 椤轰究鐢╁埌鏇村灞傚幓

--
Gitblit v1.8.0