diff --git a/src/assets/css/components/components/advancedSearch/advanced-search2.scss b/src/assets/css/components/components/advancedSearch/advanced-search2.scss index ad24211c..4c14cedb 100644 --- a/src/assets/css/components/components/advancedSearch/advanced-search2.scss +++ b/src/assets/css/components/components/advancedSearch/advanced-search2.scss @@ -10,9 +10,10 @@ right: 10px; .search__suffix { - //margin-left: 8px; + margin-left: 8px; // 新版实体列表改版,后续记得解开 - .cn-icon-search-advance, .cn-icon-search-normal, .cn-icon-filter { + .cn-icon-search-advance, .cn-icon-search-normal { + //.cn-icon-search-advance, .cn-icon-search-normal, .cn-icon-filter { color: #A6AAAE; font-size: 18px; } diff --git a/src/assets/css/components/views/entityExplorer/entityList/card.scss b/src/assets/css/components/views/entityExplorer/entityList/card.scss index 6cc68dad..208afef8 100644 --- a/src/assets/css/components/views/entityExplorer/entityList/card.scss +++ b/src/assets/css/components/views/entityExplorer/entityList/card.scss @@ -5,7 +5,7 @@ background: #FFFFFF; border-radius: 2px; transition: all .2s; - border: 1px solid #E2E5EC; + //border: 1px solid #E2E5EC; 新版实体列表改版,后续记得解开 &:hover .cn-entity__header .header__content { diff --git a/src/assets/css/components/views/entityExplorer/entityList/row.scss b/src/assets/css/components/views/entityExplorer/entityList/row.scss index 4a799994..36f51f83 100644 --- a/src/assets/css/components/views/entityExplorer/entityList/row.scss +++ b/src/assets/css/components/views/entityExplorer/entityList/row.scss @@ -1,8 +1,9 @@ .cn-entity--list { display: flex; - border: 1px #E2E5EC solid; - margin-bottom: 10px; - border-radius: 4px; + //border: 1px #E2E5EC solid; + //margin-bottom: 10px; + //border-radius: 4px; + // 新版实体列表改版,后续记得解开 .cn-entity__collapse { margin-bottom: 1px; @@ -12,8 +13,8 @@ justify-content: center; align-items: flex-start; background-color: #F3F7FA; - border-radius: 4px 0 0 4px; - + //border-radius: 4px 0 0 4px; + // 新版实体列表改版,后续记得解开 span { transform: rotate(0); transition: all linear .2s; @@ -40,12 +41,12 @@ overflow: hidden; display: flex; flex-wrap: wrap; - align-content: center; + //align-content: center; padding: 16px 0; margin-bottom: 1px; background-color: white; - border-radius: 0 4px 4px 0; - + //border-radius: 0 4px 4px 0; + // 新版实体列表改版,后续记得解开 .cn-entity__icon { margin-left: 26px; margin-right: 10px; @@ -76,12 +77,13 @@ font-size: 16px; padding-bottom: 3px; color: #333333; - .cn-entity__header-title { - margin-right: 10px; - } - .cn-entity__header-tag { - - } + //.cn-entity__header-title { + // margin-right: 10px; + //} + //.cn-entity__header-tag { + // + //} + // 新版实体列表改版,后续记得解开 } .cn-entity__body { @@ -166,18 +168,20 @@ flex-shrink: 0; padding: 0 30px; font-size: 12px; - color: #2C72C6; - font-weight: 400; - margin-top: -17px; + color: #3976CB; + //color: #2C72C6; + //font-weight: 400; + //margin-top: -17px; + // 新版实体列表改版,后续记得解开 &:hover { cursor: pointer; } - i { - font-size: 12px; - margin-right: 5px; - } + //i { + // font-size: 12px; + // margin-right: 5px; + //} } } } diff --git a/src/components/advancedSearch/TagMode.vue b/src/components/advancedSearch/TagMode.vue index 54387d18..534bd662 100644 --- a/src/components/advancedSearch/TagMode.vue +++ b/src/components/advancedSearch/TagMode.vue @@ -75,10 +75,13 @@
{{$t('entities.advancedSearch.add')}}
-
+
+ +
-
+
+
@@ -416,19 +419,20 @@ export default { } - + + + + + + diff --git a/src/components/advancedSearch/TextMode.vue b/src/components/advancedSearch/TextMode.vue index a5cf48c3..1a98deb9 100644 --- a/src/components/advancedSearch/TextMode.vue +++ b/src/components/advancedSearch/TextMode.vue @@ -4,12 +4,13 @@ >
- +
-
- -
-
+ + + + +
@@ -41,9 +42,9 @@ export default { }, emits: ['changeMode', 'search'], methods: { - cleanParams () { - toRaw(this.codeMirror).setValue('') - }, + // cleanParams () { + // toRaw(this.codeMirror).setValue('') + // }, initCodeMirror () { this.codeMirror = CodeMirror.fromTextArea(this.$refs.textSearch, { mode: { @@ -158,28 +159,28 @@ export default { } - + + + + + + diff --git a/src/components/layout/Container.vue b/src/components/layout/Container.vue index dcc65e79..14418710 100644 --- a/src/components/layout/Container.vue +++ b/src/components/layout/Container.vue @@ -20,7 +20,9 @@ export default { entityDetectionStyle () { const route = this.$route.name !== undefined ? this.$route.name : this.$route if (listScrollPath.indexOf(route.path) > -1) { - const style = 'overflow:auto;' + // 新版实体列表改版,后续记得解开 + const style = route.path === listScrollPath[0] ? 'overflow:auto;background-color: #EFF2F5;' : 'overflow:auto;' + // const style = 'overflow:auto;' return style } else { return '' diff --git a/src/views/entityExplorer/EntityExplorer.vue b/src/views/entityExplorer/EntityExplorer.vue index 8a78390c..b83bdd68 100644 --- a/src/views/entityExplorer/EntityExplorer.vue +++ b/src/views/entityExplorer/EntityExplorer.vue @@ -3,11 +3,18 @@ class="entity-explorer" :class="{'entity-explorer--show-list': showList}"> -
-
-
{{$t('network.entity')}}
-
-
+ + + + + + + + + + + +
@@ -15,7 +22,7 @@
-
+ -
- 8,866 results,IP 2666,Domain 3200,APP 3000 -
+ + +
diff --git a/src/views/entityExplorer/EntityFilter.vue b/src/views/entityExplorer/EntityFilter.vue index 7a8d5cd0..4b2c8c72 100644 --- a/src/views/entityExplorer/EntityFilter.vue +++ b/src/views/entityExplorer/EntityFilter.vue @@ -1,382 +1,150 @@ -