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 d277989f..838bc658 100644 --- a/src/assets/css/components/views/detections/detection-list/row.scss +++ b/src/assets/css/components/views/detections/detection-list/row.scss @@ -7,9 +7,18 @@ justify-content: center; align-items: flex-start; margin-bottom: 1px; - padding-top: 18px; + //padding-top: 18px; background-color: #EFF2F5; + .cn-detection__collapse-block { + min-height: 66px; + height: 100%; + max-height: 88px; + display: flex; + align-items: center; + cursor: pointer; + } + span { transform: rotate(0); transition: all linear .2s; diff --git a/src/views/detections/DetectionRow.vue b/src/views/detections/DetectionRow.vue index 3fb0feb2..ef3af0eb 100644 --- a/src/views/detections/DetectionRow.vue +++ b/src/views/detections/DetectionRow.vue @@ -1,10 +1,12 @@