chore: 更新组件依赖微调侧边栏菜单样式
This commit is contained in:
parent
1ccd30b337
commit
ee5558d817
|
@ -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>
|
||||
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue