Skip to content

Commit

Permalink
Update AntDesign 0.20.3, And Fix the SettingDrawer Width Bug.Add Them…
Browse files Browse the repository at this point in the history
…e/*.css to .gitignore file
  • Loading branch information
Jeffers authored and ElderJames committed Sep 7, 2024
1 parent 795c163 commit d0d5f6a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -340,6 +340,7 @@ ASALocalRun/
healthchecksdb

src/wwwroot/css/**/*.css
src/wwwroot/theme/*.css
src/wwwroot/theme/**/*.css
/src/wwwroot/css/ant-design-pro-layout-blazor.css
/src/layout/src/wwwroot/css/ant-design-pro-layout-blazor.css
Expand Down
2 changes: 1 addition & 1 deletion src/layout/src/AntDesign.ProLayout.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="AntDesign" Version="0.20.2.1" />
<PackageReference Include="AntDesign" Version="0.20.3" />
</ItemGroup>

<PropertyGroup Condition=" '$(Configuration)' == 'Debug' And '$(SolutionDir)'==''">
Expand Down
2 changes: 1 addition & 1 deletion src/layout/src/SettingDrawer/SettingDrawer.razor
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

<Drawer
Visible="_show"
Width="300"
Width="@("300")"
Placement="right"
Style="z-index: 999;">
<Handler>
Expand Down

0 comments on commit d0d5f6a

Please sign in to comment.