From 84bbc15274ccceeb09e459609613178b39dfee40 Mon Sep 17 00:00:00 2001 From: Xu Zhimeng Date: Thu, 5 Jun 2025 11:39:55 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E5=A4=8D=E5=AF=BC=E8=88=AA?= =?UTF-8?q?=E6=A0=8F=E7=9A=84=E8=8F=9C=E5=8D=95=E6=A0=B7=E5=BC=8F=E9=94=99?= =?UTF-8?q?=E8=AF=AF=E7=9A=84=E5=BD=B1=E5=93=8D=E5=88=B0=E5=85=B6=E4=BB=96?= =?UTF-8?q?=E8=8F=9C=E5=8D=95=E7=9A=84=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/menu/CustomTopMenu.vue | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/components/menu/CustomTopMenu.vue b/src/components/menu/CustomTopMenu.vue index 54f97d2..e3f0be5 100644 --- a/src/components/menu/CustomTopMenu.vue +++ b/src/components/menu/CustomTopMenu.vue @@ -139,6 +139,10 @@ export default { height: 40px; margin-right: 10px; } + +.ant-menu-item { + display: inline-flex !important; +}