imagem planta baixa inserido

This commit is contained in:
2025-01-02 16:42:31 -03:00
parent f8d1373454
commit 4a29a85b55
8 changed files with 22 additions and 17 deletions

View File

@@ -45,12 +45,7 @@
}
#mapa {
width: 1200px;
height: 800px;
background-image: url('https://payload.cargocollective.com/1/22/714749/12741186/FAENG-ANTES_1216.png');
position: relative;
}
.elemento {
position: absolute;

View File

@@ -51,8 +51,8 @@ var resposta = fetch(url, {method: 'GET', headers: {'Content-Type': 'applicati
},}).then(response => response.json())
.then(data => {
console.log(data);
if(data.status == 'ok'){
alert('Mesa movida com sucesso!')
if(data.status != 'ok'){
alert('Erro ao salvar local:', error)
}
})
.catch(error => {