From 4c80abfe55c330df68f47250daed7788c7bfeb4e Mon Sep 17 00:00:00 2001 From: xiaoxian521 <1923740402@qq.com> Date: Wed, 17 Jan 2024 21:00:23 +0800 Subject: [PATCH] =?UTF-8?q?perf:=20=E4=BC=98=E5=8C=96=E6=A0=87=E7=AD=BE?= =?UTF-8?q?=E9=A1=B5=E5=8F=B3=E9=94=AE=E8=8F=9C=E5=8D=95=E8=B6=85=E5=87=BA?= =?UTF-8?q?=E8=BE=B9=E7=BC=98=E6=A3=80=E6=B5=8B=E5=8A=9F=E8=83=BD=EF=BC=8C?= =?UTF-8?q?=E7=A1=AE=E4=BF=9D=E5=85=B6=E5=A7=8B=E7=BB=88=E5=AE=8C=E6=95=B4?= =?UTF-8?q?=E6=98=BE=E7=A4=BA=E5=9C=A8=E5=8F=AF=E8=A7=86=E5=8C=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/layout/components/tag/index.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;