From 5beb5b60e28294369987ab1421a63cd126ae2245 Mon Sep 17 00:00:00 2001 From: chenjinsong <523037378@qq.com> Date: Fri, 5 Jun 2020 19:31:14 +0800 Subject: [PATCH] =?UTF-8?q?temp:=20alert-rule=E4=B8=B4=E6=97=B6=E6=8F=90?= =?UTF-8?q?=E4=BA=A4=EF=BC=8C=E5=91=A8=E6=9C=AB=E5=AE=8C=E6=88=90?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/components/charts/chart-list.vue | 18 +++-- .../src/components/charts/chart.scss | 3 + .../components/common/bottomBox/bottomBox.vue | 2 +- .../common/bottomBox/tabs/alertMessageTab.vue | 2 +- .../common/bottomBox/tabs/panelTab.vue | 67 +++++++++++-------- .../src/components/page/alert/config.vue | 2 +- 6 files changed, 52 insertions(+), 42 deletions(-) diff --git a/nezha-fronted/src/components/charts/chart-list.vue b/nezha-fronted/src/components/charts/chart-list.vue index 90ae9fe57..f6acfdf78 100644 --- a/nezha-fronted/src/components/charts/chart-list.vue +++ b/nezha-fronted/src/components/charts/chart-list.vue @@ -50,11 +50,12 @@ ghostClass:'chart-ghost', chosenClass:'choose-class', scroll:true, + filter: '.drag-disabled', scrollFn:function(offsetX,offsetY,originalEvent,touchEvt,hoverTargetEI){}, animation:150, - handle:'.chartTitle', + handle:'.chartTitle' }" > -