ExamEdit&Check
This commit is contained in:
@@ -16,11 +16,12 @@ else
|
||||
|
||||
}
|
||||
|
||||
@foreach (var item in examDtos)
|
||||
{
|
||||
<ExamPreview examDto="item"> </ExamPreview>
|
||||
}
|
||||
|
||||
<MudPaper Class="d-flex flex-wrap flex-grow-0 gap-4" Height="100%" Width="100%">
|
||||
@foreach (var item in examDtos)
|
||||
{
|
||||
<ExamPreview examDto="item" Width="256px" Height="256px"> </ExamPreview>
|
||||
}
|
||||
</MudPaper>
|
||||
|
||||
@code {
|
||||
[Inject]
|
||||
|
Reference in New Issue
Block a user