diff --git a/src/assets/css/components/views/detections/detection-create/detection-form-setting.scss b/src/assets/css/components/views/detections/detection-create/detection-form-setting.scss index f85e71e8..85422c52 100644 --- a/src/assets/css/components/views/detections/detection-create/detection-form-setting.scss +++ b/src/assets/css/components/views/detections/detection-create/detection-form-setting.scss @@ -208,6 +208,15 @@ font-weight: 500; padding: 0 14px; } + + .btn1 { + margin-right: 10px; + .el-button { + background: #F5F6F7; + border: 1px solid rgba(215,215,215,1); + color: #353636; + } + } } .form-setting__btn1 { diff --git a/src/assets/css/components/views/detections/detection-drawer.scss b/src/assets/css/components/views/detections/detection-drawer.scss index 7dedbbe7..415e0086 100644 --- a/src/assets/css/components/views/detections/detection-drawer.scss +++ b/src/assets/css/components/views/detections/detection-drawer.scss @@ -15,7 +15,7 @@ background-color: rgba(0, 0, 0, 0.16) !important; } - .detection-drawer-title, .basic-function-value, basic-description-value { + .detection-drawer-title, .basic-function-value, basic-description-value, .drawer-trigger-minutes { font-family: NotoSansSChineseRegular; font-size: 14px; color: #717171; @@ -58,6 +58,10 @@ color: #046ECA; } + .drawer-trigger-minutes { + color: #353636; + } + .detection-drawer-collapse { background: #FFFFFF; border: 1px solid rgba(226, 229, 236, 1); diff --git a/src/components/table/detection/GeneralSettings.vue b/src/components/table/detection/GeneralSettings.vue index ec32de0e..8b5638cf 100644 --- a/src/components/table/detection/GeneralSettings.vue +++ b/src/components/table/detection/GeneralSettings.vue @@ -18,7 +18,7 @@ -
+
@@ -29,40 +29,44 @@
Aggregate query results to detect when number of matches exceeds threshold.
-
select + +
select
+ + +
- - + + - + - +
-
Description
+
{{ $t('config.dataSet.description') }}
-
Policy Status
+
{{ $t('detection.create.policyStatus') }}
+ :active-text="$t(switchStatus(settingObj.status))"/>
- Continue + {{ $t('detection.create.continue') }}
@@ -107,18 +111,24 @@ - - diff --git a/src/components/table/detection/HistoryTopKeys.vue b/src/components/table/detection/HistoryTopKeys.vue index 0ff934d1..73d77a9c 100644 --- a/src/components/table/detection/HistoryTopKeys.vue +++ b/src/components/table/detection/HistoryTopKeys.vue @@ -9,8 +9,7 @@