This commit is contained in:
2025-01-20 21:29:19 -03:00
parent c06b8c5608
commit 88373b4570
7 changed files with 51 additions and 28 deletions

View File

@@ -14,7 +14,9 @@ Comandas
{% block 'body' %}
<body>
<button id="openModal">Abrir Comanda</button>
<div style="justify-self: center;">
<button id="openModal">Abrir Comanda</button>
</div>
<div class="grid-container ">
@@ -60,8 +62,10 @@ Comandas
{% endfor %}
</select>
<button type="submit">Abrir</button>
<button type="button" onclick="closeModal()" style="background-color:red;">Cancelar</button>
<div style="display: flex;gap: 10px;">
<button type="submit">Abrir</button>
<button type="button" onclick="closeModal()" style="background-color:red;border: none;">Cancelar</button>
</div>
</form>
</article>
</dialog >