Removed border around output field

This commit is contained in:
2023-06-29 11:04:20 +02:00
parent e5844a913f
commit 84b8ba8980

View File

@@ -143,7 +143,7 @@ function emitVersionChange() {
<button class="tool-button" @click="process">Process</button>
</div>
</div>
<div class="text-field overflow-scroll h-full w-full">
<div class="overflow-scroll h-full w-full">
<!-- <pre class="whitespace-pre-wrap"><code>{{ result }}</code></pre> -->
<CodeEditor :code="result" :config="{disabled:true,language:tool}"></CodeEditor>
</div>