From d693885f7a84a9d41de5129bbfa7c6cf8771d6f5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=88=98=E6=B4=AA=E6=B4=AA?= <2498601771@qq.com> Date: Tue, 27 Aug 2024 17:10:25 +0800 Subject: [PATCH] =?UTF-8?q?feat:=201=E3=80=81=E4=BC=98=E5=8C=96detection?= =?UTF-8?q?=E8=AF=A6=E6=83=85=E6=8A=98=E7=BA=BF=E5=9B=BEy=E5=91=A8?= =?UTF-8?q?=E6=95=B0=E5=80=BC=E8=BF=87=E5=A4=A7=E8=BD=AC=E5=8D=95=E4=BD=8D?= =?UTF-8?q?=E6=98=BE=E7=A4=BA=EF=BC=9B2=E3=80=81=E5=88=97=E8=A1=A8?= =?UTF-8?q?=E8=8B=A5=E4=B8=BAactive=EF=BC=8C=E6=97=B6=E9=97=B4=E6=98=BE?= =?UTF-8?q?=E7=A4=BALast=20Time=EF=BC=8C=E5=90=A6=E5=88=99=E4=BD=8DEnd=20T?= =?UTF-8?q?ime=EF=BC=9B3=E3=80=81=E5=88=97=E8=A1=A8=E6=8C=81=E7=BB=AD?= =?UTF-8?q?=E6=97=B6=E9=97=B4=E5=B0=8F=E4=BA=8E10s=E7=9A=84=E6=98=BE?= =?UTF-8?q?=E7=A4=BA=20lasting=20a=20few=20seconds=EF=BC=9B4=E3=80=81unord?= =?UTF-8?q?ered=EF=BC=89sequence=20=E4=B8=A4=E7=A7=8D=E7=B1=BB=E5=9E=8B?= =?UTF-8?q?=E7=9A=84=E6=95=B0=E6=8D=AE=EF=BC=8C=E4=BF=9D=E7=95=99Time?= =?UTF-8?q?=EF=BC=8C=E5=8F=96Recv=5Ftime=E7=9A=84=E5=80=BC=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../views/detections/detection-overview.scss | 5 ++ src/views/detections/DetectionRow.vue | 6 ++- src/views/detections/DetectionRowEvents.vue | 3 +- .../detections/options/detectionOptions.js | 19 ++++++++ .../detections/overview/EventsTimeline.vue | 7 ++- .../detections/overview/SequenceOverview.vue | 4 +- .../detections/overview/ThresholdOverview.vue | 2 +- .../overview/detectionDetailMixin.js | 47 +++++++++++++++++-- 8 files changed, 82 insertions(+), 11 deletions(-) diff --git a/src/assets/css/components/views/detections/detection-overview.scss b/src/assets/css/components/views/detections/detection-overview.scss index 36220fbc..0bec52fb 100644 --- a/src/assets/css/components/views/detections/detection-overview.scss +++ b/src/assets/css/components/views/detections/detection-overview.scss @@ -176,6 +176,11 @@ $color-regular: var(--el-text-color-regular); .overview__left-new { flex: 0 0 100%; } + + .detection-detail__loading { + width: 100%; + padding-bottom: 60px; + } } .overview__row-timeline { display: flex; diff --git a/src/views/detections/DetectionRow.vue b/src/views/detections/DetectionRow.vue index c568dd34..184a3b76 100644 --- a/src/views/detections/DetectionRow.vue +++ b/src/views/detections/DetectionRow.vue @@ -34,15 +34,17 @@