From 16ad3d3ac0e7d477ce6d001cc7adc17ecc5d8879 Mon Sep 17 00:00:00 2001 From: qinxianzhangyao <11053546+qinxianzhangyao@user.noreply.gitee.com> Date: 星期三, 20 十二月 2023 14:28:07 +0800 Subject: [PATCH] qxtj --- src/layout/components/TagsView/index.vue | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/layout/components/TagsView/index.vue b/src/layout/components/TagsView/index.vue index 99d9956..07c17df 100644 --- a/src/layout/components/TagsView/index.vue +++ b/src/layout/components/TagsView/index.vue @@ -252,7 +252,7 @@ } else { this.left = left; } - this.left = e.clientX - 50; + // this.left = e.clientX - 50; this.top = e.clientY; this.visible = true; this.selectedTag = tag; -- Gitblit v1.8.0