diff --git a/nezha-fronted/package.json b/nezha-fronted/package.json index 56912b3d8..8c735f170 100644 --- a/nezha-fronted/package.json +++ b/nezha-fronted/package.json @@ -11,6 +11,7 @@ "lint": "eslint --fix --ext .js,.vue src" }, "dependencies": { + "@johmun/vue-tags-input": "^2.1.0", "@riophae/vue-treeselect": "^0.4.0", "@svgdotjs/svg.js": "^3.0.16", "@svgdotjs/svg.panzoom.js": "^2.1.1", diff --git a/nezha-fronted/src/components/common/clickSearch.vue b/nezha-fronted/src/components/common/clickSearch.vue index 535d38066..f6ab9db71 100644 --- a/nezha-fronted/src/components/common/clickSearch.vue +++ b/nezha-fronted/src/components/common/clickSearch.vue @@ -109,9 +109,9 @@ export default { this.titleSearchListCopy[key].showMore = !this.titleSearchListCopy[key].showMore } }, - destroyed() { + destroyed () { window.removeEventListener('resize', this.needMore) - }, + } } diff --git a/nezha-fronted/src/components/common/rightBox/editEndpointBoxNew.vue b/nezha-fronted/src/components/common/rightBox/editEndpointBoxNew.vue index f7352db24..3b8246fbe 100644 --- a/nezha-fronted/src/components/common/rightBox/editEndpointBoxNew.vue +++ b/nezha-fronted/src/components/common/rightBox/editEndpointBoxNew.vue @@ -167,19 +167,25 @@ = - - - + + + + + + + + + + + + + + @@ -255,6 +261,7 @@