update
This commit is contained in:
@@ -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"
|
||||||
|
|||||||
Reference in New Issue
Block a user