mirror of
https://github.com/welton89/RRBEC.git
synced 2026-04-05 21:45:41 +00:00
readme
This commit is contained in:
@@ -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 >
|
||||
|
||||
@@ -144,10 +144,18 @@ Detalhes {{comanda.name}}
|
||||
</dialog>
|
||||
|
||||
<dialog id="modal-obs" style="display: none;">
|
||||
<textarea name="obs" id="obs"></textarea>
|
||||
<button onclick="addOrder()" >OK</button>
|
||||
<button onclick="closeModalObs()" >Cancela</button>
|
||||
</dialog>
|
||||
<article>
|
||||
|
||||
<h2>Observação do Pedido</h2>
|
||||
<textarea style="height: 200px;" name="obs" id="obs"></textarea>
|
||||
<div>
|
||||
|
||||
<button onclick="addOrder()" >OK</button>
|
||||
<button onclick="closeModalObs()" >Cancela</button>
|
||||
</div>
|
||||
</div>
|
||||
</dialog>
|
||||
</article>
|
||||
|
||||
|
||||
|
||||
|
||||
Binary file not shown.
@@ -30,7 +30,7 @@
|
||||
}
|
||||
|
||||
|
||||
button {
|
||||
/* button {
|
||||
background-color: #007BFF;
|
||||
color: white;
|
||||
padding: 10px 20px;
|
||||
@@ -41,7 +41,7 @@
|
||||
|
||||
button:hover {
|
||||
background-color: #0056b3;
|
||||
}
|
||||
} */
|
||||
|
||||
.modal {
|
||||
display: none;
|
||||
|
||||
@@ -32,7 +32,7 @@
|
||||
}
|
||||
|
||||
|
||||
button {
|
||||
/* button {
|
||||
background-color: #007BFF;
|
||||
color: white;
|
||||
padding: 10px 20px;
|
||||
@@ -43,7 +43,7 @@
|
||||
|
||||
button:hover {
|
||||
background-color: #0056b3;
|
||||
}
|
||||
} */
|
||||
|
||||
.modal {
|
||||
display: none;
|
||||
|
||||
Reference in New Issue
Block a user