- Per generare la sinossi è possibile estrarre con 1 click la descrizione sia da Amazon che da GruppoMacro.
- corretto piccolo bug sul catalogo.
This commit is contained in:
@@ -20,4 +20,16 @@
|
||||
vertical-align: middle;
|
||||
}
|
||||
|
||||
|
||||
|
||||
.fullscreen-container{
|
||||
position: fixed;
|
||||
top: 0;
|
||||
right: 0;
|
||||
bottom: 0;
|
||||
left: 0;
|
||||
background-color: rgba(0,0,0,0.5);
|
||||
z-index: 1000;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
}
|
||||
@@ -613,6 +613,7 @@ export default defineComponent({
|
||||
const options = {
|
||||
update,
|
||||
aggiornasoloSeVuoti,
|
||||
forzaricarica: true,
|
||||
}
|
||||
const myparam = { product_id: myproduct.value._id, options };
|
||||
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
<template>
|
||||
<q-card class="dialog_card">
|
||||
<q-card class="dialog_card" :maximized="true">
|
||||
<q-toolbar class="bg-primary text-white">
|
||||
<q-toolbar-title> Modifica a {{ myproduct.productInfo.name }}</q-toolbar-title>
|
||||
<q-btn
|
||||
@@ -72,8 +72,8 @@
|
||||
</q-tab-panels>
|
||||
</div>
|
||||
</q-card-section>
|
||||
<q-card-actions>
|
||||
<div class="">
|
||||
<q-card-actions class="fixed-bottom">
|
||||
<div>
|
||||
<q-btn
|
||||
rounded
|
||||
class="q-ma-sm"
|
||||
|
||||
Reference in New Issue
Block a user