Merge branch 'master' of https://github.com/MagicBOTAlex/CCharLearn
This commit is contained in:
commit
ec55964c46
1 changed files with 1 additions and 1 deletions
|
@ -42,7 +42,7 @@
|
||||||
@if (Charecters != null)
|
@if (Charecters != null)
|
||||||
{
|
{
|
||||||
<MudPaper Class="overflow-scroll rounded-0" Style="height: 50vh;" Elevation="1">
|
<MudPaper Class="overflow-scroll rounded-0" Style="height: 50vh;" Elevation="1">
|
||||||
<MudDataGrid FixedHeader=true Items="@Charecters">
|
<MudDataGrid FixedHeader=true Items="@Charecters" Breakpoint="Breakpoint.None">
|
||||||
<Columns>
|
<Columns>
|
||||||
<PropertyColumn Property="x => x.charcter" Title="CChar" />
|
<PropertyColumn Property="x => x.charcter" Title="CChar" />
|
||||||
<PropertyColumn Property="x => x.pinyin" Title="Pinyin" />
|
<PropertyColumn Property="x => x.pinyin" Title="Pinyin" />
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue