From f0fbc362a57f8e6db68b2263141d33978b9fe082 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=88=98=E6=B4=AA=E6=B4=AA?= <2498601771@qq.com> Date: Mon, 12 Aug 2024 14:48:10 +0800 Subject: [PATCH] =?UTF-8?q?CN-1676=20fix:=20=E6=B7=BB=E5=8A=A0=E4=B8=8B?= =?UTF-8?q?=E6=8B=89=E8=AF=A6=E6=83=85ruleType=E4=B8=BAindicator=E6=97=B6?= =?UTF-8?q?=E7=9A=84=E6=95=B0=E6=8D=AE=E5=A1=AB=E5=85=85?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../views/detections/detection-overview.scss | 5 ++ .../overview/IndicatorMatchOverview.vue | 49 +++++++++++-------- .../detections/overview/SequenceOverview.vue | 2 +- .../detections/overview/ThresholdOverview.vue | 2 +- .../overview/detectionDetailMixin.js | 16 +++--- 5 files changed, 45 insertions(+), 29 deletions(-) diff --git a/src/assets/css/components/views/detections/detection-overview.scss b/src/assets/css/components/views/detections/detection-overview.scss index 2b15c9c8..044dba4d 100644 --- a/src/assets/css/components/views/detections/detection-overview.scss +++ b/src/assets/css/components/views/detections/detection-overview.scss @@ -35,6 +35,11 @@ $color-regular: var(--el-text-color-regular); } } + .overview__title__margin { + margin: 10px 0; + } + + .overview__row { display: flex; flex-direction: row; diff --git a/src/views/detections/overview/IndicatorMatchOverview.vue b/src/views/detections/overview/IndicatorMatchOverview.vue index c0be25db..8a8baaa4 100644 --- a/src/views/detections/overview/IndicatorMatchOverview.vue +++ b/src/views/detections/overview/IndicatorMatchOverview.vue @@ -7,67 +7,69 @@ ${key} experienced exceptions exceeding the threshold number of times. -