mejoras UI 4
Some checks failed
build-and-deploy / build-and-deploy (push) Failing after 11s

This commit is contained in:
2025-11-22 02:07:57 -06:00
parent 99a2137daa
commit 028d7e54c8
4 changed files with 67 additions and 27 deletions

View File

@@ -55,8 +55,10 @@
<div v-if="lote.meta" class="pt-4 border-t">
<p class="text-sm text-gray-500 mb-2">Información Adicional</p>
<UCard class="bg-gray-50">
<pre class="text-xs overflow-x-auto">{{ JSON.stringify(lote.meta, null, 2) }}</pre>
<UCard class="bg-gray-50 dark:bg-slate-900/70 border border-gray-200 dark:border-slate-800">
<pre class="text-xs overflow-x-auto text-gray-800 dark:text-slate-200 whitespace-pre-wrap">
{{ JSON.stringify(lote.meta, null, 2) }}
</pre>
</UCard>
</div>
</div>