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; } // 修复点击左侧菜单折叠再展开时,宽度不跟随问题