From 047eca8f54d64c3c6c578b20c01615df567922f8 Mon Sep 17 00:00:00 2001 From: edgex Date: Sun, 7 Apr 2024 12:10:52 +0800 Subject: [PATCH] style: update navbar dropdown menu width --- src/layout/components/navbar.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/layout/components/navbar.vue b/src/layout/components/navbar.vue index d76b2e5f9..f98e25d1c 100644 --- a/src/layout/components/navbar.vue +++ b/src/layout/components/navbar.vue @@ -187,7 +187,7 @@ const { t, locale, translationCh, translationEn } = useTranslationLang(); } .logout { - max-width: 120px; + max-width: 160px; ::v-deep(.el-dropdown-menu__item) { display: inline-flex;