fix
This commit is contained in:
@@ -78,7 +78,7 @@
|
|||||||
:display="challenge.display"
|
:display="challenge.display"
|
||||||
/>
|
/>
|
||||||
<MarkdownEditor
|
<MarkdownEditor
|
||||||
style="height: calc(100vh - 220px)"
|
style="height: calc(100vh - 100px)"
|
||||||
v-model="challenge.content"
|
v-model="challenge.content"
|
||||||
/>
|
/>
|
||||||
</n-flex>
|
</n-flex>
|
||||||
|
|||||||
@@ -67,7 +67,7 @@
|
|||||||
:display="tutorial.display"
|
:display="tutorial.display"
|
||||||
/>
|
/>
|
||||||
<MarkdownEditor
|
<MarkdownEditor
|
||||||
style="height: calc(100vh - 220px)"
|
style="height: calc(100vh - 100px)"
|
||||||
v-model="tutorial.content"
|
v-model="tutorial.content"
|
||||||
/>
|
/>
|
||||||
</n-flex>
|
</n-flex>
|
||||||
|
|||||||
Reference in New Issue
Block a user