diff --git a/public/img/qh1.png b/public/img/qh1.png new file mode 100644 index 0000000..be463c8 Binary files /dev/null and b/public/img/qh1.png differ diff --git a/public/img/qh2.png b/public/img/qh2.png new file mode 100644 index 0000000..f06d339 Binary files /dev/null and b/public/img/qh2.png differ diff --git a/src/App.vue b/src/App.vue index d983112..6fb8b9b 100644 --- a/src/App.vue +++ b/src/App.vue @@ -23,4 +23,7 @@ export default { height: 100%; overflow: hidden; } + .el-tooltip__popper { + max-width: 300px; +} diff --git a/src/page/index/tags.vue b/src/page/index/tags.vue index d7ffe70..49865e3 100644 --- a/src/page/index/tags.vue +++ b/src/page/index/tags.vue @@ -120,6 +120,7 @@ this.active = this.tag.value }, menuTag(value, action) { + if(value=='/wel/index'){return} if (action === 'remove') { let { tag, key } = this.findTag(value) this.$store.commit('DEL_TAG', tag) @@ -130,6 +131,7 @@ } }, openTag(item) { + console.log(item,"99999") let tag if (item.name) { tag = this.findTag(item.name).tag diff --git a/src/page/index/top/index.vue b/src/page/index/top/index.vue index 8629e27..21ae4e8 100644 --- a/src/page/index/top/index.vue +++ b/src/page/index/top/index.vue @@ -9,18 +9,12 @@ -