Skip to content

Commit 6a1bf27

Browse files
jeffersyuan1976Jeffers
andauthored
Update AntDesign 0.20.3, And Fix the SettingDrawer Width Bug.Add Theme/*.css to .gitignore file (#108)
Co-authored-by: Jeffers <[email protected]>
1 parent 795c163 commit 6a1bf27

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -340,6 +340,7 @@ ASALocalRun/
340340
healthchecksdb
341341

342342
src/wwwroot/css/**/*.css
343+
src/wwwroot/theme/*.css
343344
src/wwwroot/theme/**/*.css
344345
/src/wwwroot/css/ant-design-pro-layout-blazor.css
345346
/src/layout/src/wwwroot/css/ant-design-pro-layout-blazor.css

src/layout/src/AntDesign.ProLayout.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
</ItemGroup>
2727

2828
<ItemGroup>
29-
<PackageReference Include="AntDesign" Version="0.20.2.1" />
29+
<PackageReference Include="AntDesign" Version="0.20.3" />
3030
</ItemGroup>
3131

3232
<PropertyGroup Condition=" '$(Configuration)' == 'Debug' And '$(SolutionDir)'==''">

src/layout/src/SettingDrawer/SettingDrawer.razor

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
<Drawer
55
Visible="_show"
6-
Width="300"
6+
Width="@("300")"
77
Placement="right"
88
Style="z-index: 999;">
99
<Handler>

0 commit comments

Comments
 (0)