From 09a65602cd9610ca3f4e1c62246c6cf6acdb3a3a Mon Sep 17 00:00:00 2001 From: Childish-Ghost Date: Sat, 26 Jul 2025 17:15:18 +0800 Subject: [PATCH] =?UTF-8?q?V0.2.3.20250726=20=E2=80=94=E2=80=94=E2=80=94?= =?UTF-8?q?=E2=80=94=E2=80=94=E2=80=94=E2=80=94=E2=80=94=E2=80=94=E2=80=94?= =?UTF-8?q?=E2=80=94=E2=80=94=E2=80=94=E2=80=94=E2=80=94=201.=E4=BF=AE?= =?UTF-8?q?=E5=A4=8Del-menu-item=E5=85=A8=E5=B1=80=E5=BD=B1=E5=93=8D?= =?UTF-8?q?=E9=97=AE=E9=A2=98=20=E2=80=94=E2=80=94=E2=80=94=E2=80=94?= =?UTF-8?q?=E2=80=94=E2=80=94=E2=80=94=E2=80=94=E2=80=94=E2=80=94=E2=80=94?= =?UTF-8?q?=E2=80=94=E2=80=94=E2=80=94=E2=80=94?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/assets/ordinary/Home.css | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/src/assets/ordinary/Home.css b/src/assets/ordinary/Home.css index 4d1bd74..900a6ee 100644 --- a/src/assets/ordinary/Home.css +++ b/src/assets/ordinary/Home.css @@ -3,7 +3,7 @@ body { margin: 0; padding: 0; width: 100%; - height: 100vh + height: 100lvh } .container { @@ -37,8 +37,9 @@ body { } /* 确保菜单项正常显示 */ -.el-menu-item { - width: 10vw; +/*V0.2.3.20250726 修复el-menu-item全局影响问题*/ +.el-menu-item-A { + width: 10lvw; white-space: nowrap; }