style: alteração icones e fixação barra nav

This commit is contained in:
2025-01-07 19:16:29 -03:00
parent 3a6d214356
commit c0e93980ac
15 changed files with 114 additions and 24 deletions

View File

@@ -5,10 +5,10 @@ function openModal() {
}
function open_remove_product_comanda() {
document.getElementById('remove-product-comanda').style.display = 'block';
// alert('Produto removido com sucesso!');
}
// function open_remove_product_comanda() {
// document.getElementById('remove-product-comanda').style.display = 'block';
// // alert('Produto removido com sucesso!');
// }
function modal_payment_comanda() {
document.getElementById('payment-comanda').style.display = 'block';
@@ -23,9 +23,9 @@ function closeModal() {
}
function removeCloseModal() {
document.getElementById('remove-product-comanda').style.display = 'none';
}
// function removeCloseModal() {
// document.getElementById('remove-product-comanda').style.display = 'none';
// }
function imprimirFichas() {
const element = document.getElementById("list-products-comanda");