fix(format-transformer): set overflow for output area width (#787)

This commit is contained in:
code2933 2024-05-28 00:16:24 +08:00 committed by GitHub
parent dd4b7e687b
commit b430baef40
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -48,7 +48,7 @@ const output = computed(() => transformer.value(input.value));
monospace
/>
<div>
<div overflow-auto>
<div mb-5px>
{{ outputLabel }}
</div>