update
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
<template>
|
||||
<n-grid class="container" x-gap="10" :cols="3">
|
||||
<n-grid class="container" x-gap="10" :cols="2">
|
||||
<n-gi :span="1">
|
||||
<n-flex vertical>
|
||||
<n-flex justify="space-between">
|
||||
@@ -32,7 +32,7 @@
|
||||
></n-data-table>
|
||||
</n-flex>
|
||||
</n-gi>
|
||||
<n-gi :span="2">
|
||||
<n-gi :span="1">
|
||||
<Preview
|
||||
v-if="submission.id"
|
||||
:html="html"
|
||||
|
||||
Reference in New Issue
Block a user