Skip to content

Commit

Permalink
🐛 fix(PermissionConfigure): scrolling to app may not work properly (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
capdiem authored Apr 12, 2024
1 parent ebead70 commit 35d208d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<PackageReference Include="Humanizer.Core" Version="2.14.1" />
<PackageReference Include="Humanizer.Core.zh-CN" Version="2.14.1" />
<PackageReference Include="Mapster" Version="7.3.0" />
<PackageReference Include="Masa.Stack.Components" Version="0.0.441" />
<PackageReference Include="Masa.Stack.Components" Version="0.0.445" />
<PackageReference Include="Microsoft.AspNetCore.Components.Web" Version="6.0.7" />
<!--Support GB2312-->
<PackageReference Include="System.Text.Encoding.CodePages" Version="6.0.0" />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,14 @@
}
else
{
<ExpansionMenuWrapper Value="Menu" />
<ExpansionMenuWrapper CssForScroll="permission-view" Value="Menu" />
}

<DefaultSheetDialog Value="Preview" ValueChanged="PreviewChanged" Title="@T("Preview Permissions")">
<AutoHeight>
<AutoHeightContent>
<div class="global-nav" style="max-height:calc(100vh - 230px);">
<ExpansionMenuWrapper Value="PreviewMenu" />
<ExpansionMenuWrapper CssForScroll="permission-view3" Value="PreviewMenu" />
</div>
</AutoHeightContent>
<FooterContent>
Expand All @@ -32,5 +32,5 @@
}
else
{
<ExpansionMenuWrapper Value="PreviewMenu" />
<ExpansionMenuWrapper CssForScroll="permission-view2" Value="PreviewMenu" />
}

0 comments on commit 35d208d

Please sign in to comment.