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 32b2b432..5f9b3b0d 100644 --- a/src/assets/css/components/views/detections/detection-list/row.scss +++ b/src/assets/css/components/views/detections/detection-list/row.scss @@ -2,12 +2,12 @@ display: flex; .cn-detection__collapse { - margin-bottom: 1px; - padding-top: 18px; width: 24px; display: flex; justify-content: center; align-items: flex-start; + margin-bottom: 1px; + padding-top: 33px; background-color: #F3F7FA; span { diff --git a/src/assets/css/components/views/entityExplorer/entity-explorer.scss b/src/assets/css/components/views/entityExplorer/entity-explorer.scss index a26e30c5..44f36367 100644 --- a/src/assets/css/components/views/entityExplorer/entity-explorer.scss +++ b/src/assets/css/components/views/entityExplorer/entity-explorer.scss @@ -28,7 +28,7 @@ .explorer-top-tools { display: flex; - justify-content: flex-end; + justify-content: space-between; align-items: center; padding-bottom: 18px; diff --git a/src/components/layout/Container.vue b/src/components/layout/Container.vue index 4a64a8fc..c9fea2fa 100644 --- a/src/components/layout/Container.vue +++ b/src/components/layout/Container.vue @@ -20,7 +20,8 @@ export default { entityDetectionStyle () { const route = this.$route.name !== undefined ? this.$route.name : this.$route if (listScrollPath.indexOf(route.path) > -1) { - return 'overflow:auto;background-color: #EFF2F5;' + const style = route.path === listScrollPath[0] ? 'overflow:auto;background-color: #EFF2F5;' : 'overflow:auto;' + return style } else { return '' } diff --git a/src/components/layout/Header.vue b/src/components/layout/Header.vue index caec6129..41a58901 100644 --- a/src/components/layout/Header.vue +++ b/src/components/layout/Header.vue @@ -37,7 +37,7 @@
- +