From 6d55f4033b1de9767116a0472ff1707adc04b922 Mon Sep 17 00:00:00 2001 From: zuohuaijun Date: Wed, 31 Jul 2024 01:30:32 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=98=8E1=E3=80=81=E8=B0=83=E6=95=B4?= =?UTF-8?q?=E5=AD=90=E8=8F=9C=E5=8D=95=E6=A0=B7=E5=BC=8F=20=202=E3=80=81?= =?UTF-8?q?=E5=8D=87=E7=BA=A7Furion=20v4.9.4.10?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Admin.NET/Admin.NET.Core/Admin.NET.Core.csproj | 10 +++++----- Web/src/theme/element.scss | 9 ++------- 2 files changed, 7 insertions(+), 12 deletions(-) diff --git a/Admin.NET/Admin.NET.Core/Admin.NET.Core.csproj b/Admin.NET/Admin.NET.Core/Admin.NET.Core.csproj index f8afdde0..e757c8c2 100644 --- a/Admin.NET/Admin.NET.Core/Admin.NET.Core.csproj +++ b/Admin.NET/Admin.NET.Core/Admin.NET.Core.csproj @@ -17,10 +17,10 @@ - - - - + + + + @@ -38,7 +38,7 @@ - + diff --git a/Web/src/theme/element.scss b/Web/src/theme/element.scss index 47524694..87d9e5c2 100644 --- a/Web/src/theme/element.scss +++ b/Web/src/theme/element.scss @@ -92,17 +92,12 @@ width: 220px; } -.el-menu-item { - height: 45px !important; - line-height: 45px !important; - margin: 0 0 1px 0; -} - -//.el-menu-item, +.el-menu-item, .el-sub-menu__title { color: var(--next-bg-menuBarColor); height: 45px !important; line-height: 45px !important; + // margin: 0 0 1px 0; } // 修复点击左侧菜单折叠再展开时,宽度不跟随问题