update
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-03-09 10:01:19 +08:00
parent 7da4becf4f
commit 7b7f6ea81d

View File

@@ -1,5 +1,5 @@
<template> <template>
<n-grid class="container" x-gap="10" :cols="3"> <n-grid class="container" x-gap="10" :cols="2">
<n-gi :span="1"> <n-gi :span="1">
<n-flex vertical> <n-flex vertical>
<n-flex justify="space-between"> <n-flex justify="space-between">
@@ -32,7 +32,7 @@
></n-data-table> ></n-data-table>
</n-flex> </n-flex>
</n-gi> </n-gi>
<n-gi :span="2"> <n-gi :span="1">
<Preview <Preview
v-if="submission.id" v-if="submission.id"
:html="html" :html="html"