diff --git a/src/assets/css/components/views/detections/detection-list/row.scss b/src/assets/css/components/views/detections/detection-list/row.scss index 4c430962..9faccd6c 100644 --- a/src/assets/css/components/views/detections/detection-list/row.scss +++ b/src/assets/css/components/views/detections/detection-list/row.scss @@ -249,6 +249,10 @@ $bg-color-page: var(--el-bg-color-page); } } + .new__basic-info { + padding: 0 16px; + } + .show-detail { flex-shrink: 0; padding: 0 30px; diff --git a/src/assets/css/components/views/detections/detection-overview.scss b/src/assets/css/components/views/detections/detection-overview.scss index a485ec24..c4a565a2 100644 --- a/src/assets/css/components/views/detections/detection-overview.scss +++ b/src/assets/css/components/views/detections/detection-overview.scss @@ -142,6 +142,9 @@ $color-regular: var(--el-text-color-regular); flex-direction: column; } } + .overview__left-new { + flex: 0 0 100%; + } } .overview__row-timeline { display: flex; diff --git a/src/views/detections/DetectionRow.vue b/src/views/detections/DetectionRow.vue index ba70b0ef..449ceea7 100644 --- a/src/views/detections/DetectionRow.vue +++ b/src/views/detections/DetectionRow.vue @@ -22,7 +22,7 @@