diff --git a/src/layout/components/TagsView/index.vue b/src/layout/components/TagsView/index.vue index 5ece906..ecb6edf 100644 --- a/src/layout/components/TagsView/index.vue +++ b/src/layout/components/TagsView/index.vue @@ -215,7 +215,7 @@ export default { const offsetLeft = this.$el.getBoundingClientRect().left // container margin left const offsetWidth = this.$el.offsetWidth // container width const maxLeft = offsetWidth - menuMinWidth // left boundary - const left = e.clientX - offsetLeft + 15 // 15: margin right + const left = e.clientX - offsetLeft + 250 // 15: margin right if (left > maxLeft) { this.left = maxLeft