Explorar el Código

fix: tagViews select top

lanceJiang hace 1 año
padre
commit
eb856576c4
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      src/layout/components/TagsView/index.vue

+ 1 - 1
src/layout/components/TagsView/index.vue

@@ -247,7 +247,7 @@ function openMenu(tag: TagView, e: MouseEvent) {
 		left.value = l
 	}
 
-	top.value = e.clientY
+	top.value = e.clientY - 40
 	visible.value = true
 	selectedTag.value = tag
 }