diff --git a/src/layout/components/tag/index.vue b/src/layout/components/tag/index.vue index 66fc7b32d..0bda8a0a6 100644 --- a/src/layout/components/tag/index.vue +++ b/src/layout/components/tag/index.vue @@ -423,7 +423,7 @@ function openMenu(tag, e) { } currentSelect.value = tag; - const menuMinWidth = 105; + const menuMinWidth = 140; const offsetLeft = unref(containerDom).getBoundingClientRect().left; const offsetWidth = unref(containerDom).offsetWidth; const maxLeft = offsetWidth - menuMinWidth;