fix
Some checks failed
Deploy / deploy (build, debian, 22) (push) Has been cancelled
Deploy / deploy (build:staging, school, 8822) (push) Has been cancelled

This commit is contained in:
2026-06-11 20:48:51 -06:00
parent a15b3d9c76
commit 3102e1178a
2 changed files with 3 additions and 3 deletions

View File

@@ -3,7 +3,7 @@
preset="card"
:show="show"
title="等待 AI 回复时,给同学的作品打个分吧"
style="width: 480px"
style="width: 90vw; max-width: 960px"
@update:show="onUpdateShow"
>
<n-text
@@ -115,7 +115,7 @@ onUnmounted(() => {
<style scoped>
.preview-wrapper {
height: 220px;
height: 70vh;
border: 1px solid #eee;
border-radius: 4px;
overflow: hidden;

View File

@@ -51,7 +51,7 @@ const menu = computed(() =>
{
label: "成绩",
route: { name: "gradebook" },
show: roleAdmin.value || roleSuper.value,
show: roleSuper.value,
},
{
label: "提交",