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