chore: 更新组件依赖微调侧边栏菜单样式

This commit is contained in:
Argo-Tianyi 2021-12-11 16:28:22 +08:00
parent 1ccd30b337
commit ee5558d817
2 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">
<ItemGroup>
<PackageReference Include="BootstrapBlazor" Version="6.1.1-beta02" />
<PackageReference Include="BootstrapBlazor" Version="6.1.1-beta03" />
<PackageReference Include="Microsoft.Extensions.DependencyInjection.Abstractions" Version="6.0.0" />
</ItemGroup>

View File

@ -18,7 +18,7 @@
<link href="_content/BootstrapBlazor/css/motronic.min.css" rel="stylesheet">
<link href="css/site.css" rel="stylesheet" />
<link href="css/motronic.css" rel="stylesheet" />
<link href="Bootstrap.Admin.Blazor.styles.css" rel="stylesheet" />
<link href="BootstrapAdmin.Web.styles.css" rel="stylesheet" />
<component type="typeof(HeadOutlet)" render-mode="ServerPrerendered" />
</head>