fix
This commit is contained in:
@@ -3,7 +3,7 @@
|
|||||||
preset="card"
|
preset="card"
|
||||||
:show="show"
|
:show="show"
|
||||||
title="等待 AI 回复时,给同学的作品打个分吧"
|
title="等待 AI 回复时,给同学的作品打个分吧"
|
||||||
style="width: 480px"
|
style="width: 90vw; max-width: 960px"
|
||||||
@update:show="onUpdateShow"
|
@update:show="onUpdateShow"
|
||||||
>
|
>
|
||||||
<n-text
|
<n-text
|
||||||
@@ -115,7 +115,7 @@ onUnmounted(() => {
|
|||||||
|
|
||||||
<style scoped>
|
<style scoped>
|
||||||
.preview-wrapper {
|
.preview-wrapper {
|
||||||
height: 220px;
|
height: 70vh;
|
||||||
border: 1px solid #eee;
|
border: 1px solid #eee;
|
||||||
border-radius: 4px;
|
border-radius: 4px;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
|
|||||||
@@ -51,7 +51,7 @@ const menu = computed(() =>
|
|||||||
{
|
{
|
||||||
label: "成绩",
|
label: "成绩",
|
||||||
route: { name: "gradebook" },
|
route: { name: "gradebook" },
|
||||||
show: roleAdmin.value || roleSuper.value,
|
show: roleSuper.value,
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
label: "提交",
|
label: "提交",
|
||||||
|
|||||||
Reference in New Issue
Block a user