|
|
@@ -61,7 +61,7 @@
|
|
|
$: pedidosConcluidos = pedidos.filter(p => p.status === 'concluido');
|
|
|
</script>
|
|
|
|
|
|
-<main class="p-4 bg-gray-800 min-h-screen text-white relative">
|
|
|
+<main class="p-4 bg-gray-800 rounded-md text-white relative">
|
|
|
<!-- Botão para abrir histórico -->
|
|
|
<div class="absolute top-4 right-4">
|
|
|
<button class="text-sm underline" on:click={abrirHistorico}>
|