
Some checks failed
TechAct / explore-gitea-actions (push) Failing after 30s
- 添加学生提交管理服务 (StudentSubmissionService, StudentSubmissionDetailService) - 新增学生提交相关控制器 (StudentSubmissionController, StudentSubmissionDetailController) - 添加学生提交数据传输对象 (StudentSubmissionDetailDto, StudentSubmissionSummaryDto) - 新增学生提交相关页面组件 (StudentExamView, ExamDetailView, StudentCard等) - 添加学生提交信息卡片组件 (SubmissionInfoCard, TeacherSubmissionInfoCard) - 更新数据库迁移文件以支持提交系统
25 lines
968 B
Plaintext
25 lines
968 B
Plaintext
@using TechHelper.Client.Pages.Common.Exam;
|
|
@using TechHelper.Client.Pages.Student.BaseInfoCard;
|
|
@using TechHelper.Client.Pages.Common;
|
|
|
|
<MudPaper Class="w-100 h-100 d-flex flex-row" Style="background-color: transparent" Elevation="0">
|
|
<MudPaper Class="flex-grow-1 mx-2 d-flex flex-column" Style="background-color:transparent" Elevation="0">
|
|
<SubmissionInfoCard ></SubmissionInfoCard>
|
|
<MudPaper Class="d-flex flex-row" Style="background-color:transparent" Elevation="0">
|
|
<NotifyCard></NotifyCard>
|
|
<HomeworkCard></HomeworkCard>
|
|
<NotifyCard></NotifyCard>
|
|
<HomeworkCard></HomeworkCard>
|
|
</MudPaper>
|
|
<StudentSubmissionPreviewTableCard></StudentSubmissionPreviewTableCard>
|
|
</MudPaper>
|
|
<MudPaper Width="300px" Class="mx-2 align-content-center d-flex flex-column flex-grow-1" Style="background-color: transparent" Elevation="0">
|
|
<HeadIconCard></HeadIconCard>
|
|
<TotalErrorQuestionType></TotalErrorQuestionType>
|
|
|
|
</MudPaper>
|
|
</MudPaper>
|
|
|
|
|
|
@code {
|
|
} |